Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@J4NN0 J4NN0 released this 06 Sep 21:29
· 2 commits to main since this release
  • Add Add method in order to insert an item to the cache only if an item doesn't already exist for the given key, or if the existing item has expired
  • Add Replace method in orde to set a new value for the cache only if the given key already exists, and the existing item has not expired.