Releases: obi-tec/memory-cache
Releases · obi-tec/memory-cache
v1.0.6
2023-10-05
Added
- Implementation of the
MemoryCacheclass for in-memory caching.setmethod to store values in the cache with a specified TTL.getmethod to retrieve values from the cache.delmethod to delete keys from the cache.flushmethod to delete all keys from the cache.keysmethod to return all keys in the cache.getTTLmethod to return the TTL of a key in the cache.setTTLmethod to set the TTL of a key in the cache.
Changed
- No changes in this release.
Fixed
- No fixes in this release.
Notes
- This is the initial release of the
@obi-tec/memory-cachelibrary.
v1.0.5
2023-10-05
Added
- Implementation of the
MemoryCacheclass for in-memory caching.setmethod to store values in the cache with a specified TTL.getmethod to retrieve values from the cache.delmethod to delete keys from the cache.flushmethod to delete all keys from the cache.keysmethod to return all keys in the cache.getTTLmethod to return the TTL of a key in the cache.setTTLmethod to set the TTL of a key in the cache.
Changed
- No changes in this release.
Fixed
- No fixes in this release.
Notes
- This is the initial release of the
@obi-tec/memory-cachelibrary.
v1.0.4
2023-10-05
Added
- Implementation of the
MemoryCacheclass for in-memory caching.setmethod to store values in the cache with a specified TTL.getmethod to retrieve values from the cache.delmethod to delete keys from the cache.flushmethod to delete all keys from the cache.keysmethod to return all keys in the cache.getTTLmethod to return the TTL of a key in the cache.setTTLmethod to set the TTL of a key in the cache.
Changed
- No changes in this release.
Fixed
- No fixes in this release.
Notes
- This is the initial release of the
@obi-tec/memory-cachelibrary.