Skip to content

Releases: vijsourabh/caching

v1.0.11: Update clean (#7)

09 Oct 11:55
a9da300
Compare
Choose a tag to compare
* 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)

15 Apr 04:39
73e3f63
Compare
Choose a tag to compare
Co-authored-by: jiten <jitendra.mourya@thalesgroup.com>

v1.0.9

07 Feb 06:05
dacb2b4
Compare
Choose a tag to compare

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)

01 Aug 14:14
249622a
Compare
Choose a tag to compare
Co-authored-by: sourabh <sourabh.vij@thalesgroup.com>

v1.0.7: Add function for get all cache info (#3)

31 Jul 10:29
6a965c2
Compare
Choose a tag to compare

Add an api to fetch the info of cache

v1.0.6

11 Apr 07:09
Compare
Choose a tag to compare

Introduce, RWmutex for the cache in this release. Also, exposing APIs to lock and unlock based on operation(Read Or Write)

v1.0.5

04 Apr 16:30
Compare
Choose a tag to compare

Update the value for a key in the cache

v1.0.4: Merge pull request #2 from vijsourabh/EntryLevelExpiry

21 Nov 12:38
85a121e
Compare
Choose a tag to compare
Add the support of updating the expiry of a entry

v1.0.3

28 Oct 18:42
Compare
Choose a tag to compare
update tools vendor

v1.0.2: Merge pull request #1 from vijsourabh/UpdateGo

26 Sep 14:23
9d3ef77
Compare
Choose a tag to compare