Releases: vijsourabh/caching
Releases · vijsourabh/caching
v1.0.11: Update clean (#7)
* update the clean function * update the clean function * update the clean function --------- Co-authored-by: jiten <jitendra.mourya@thalesgroup.com>
v1.0.10: add GetValue function and fix the UT (#6)
Co-authored-by: jiten <jitendra.mourya@thalesgroup.com>
v1.0.9
Modified the Get() API to take an interface as in put and store the cached value in the same if found
v1.0.8: Add Test case to get info when some entries are expired (#4)
Co-authored-by: sourabh <sourabh.vij@thalesgroup.com>
v1.0.7: Add function for get all cache info (#3)
Add an api to fetch the info of cache
v1.0.6
Introduce, RWmutex for the cache in this release. Also, exposing APIs to lock and unlock based on operation(Read Or Write)
v1.0.5
Update the value for a key in the cache
v1.0.4: Merge pull request #2 from vijsourabh/EntryLevelExpiry
Add the support of updating the expiry of a entry
v1.0.3
update tools vendor
v1.0.2: Merge pull request #1 from vijsourabh/UpdateGo
Update Go version