Skip to content

Releases: obi-tec/memory-cache

v1.0.6

16 Oct 21:55

Choose a tag to compare

2023-10-05

Added

  • Implementation of the MemoryCache class for in-memory caching.
    • set method to store values in the cache with a specified TTL.
    • get method to retrieve values from the cache.
    • del method to delete keys from the cache.
    • flush method to delete all keys from the cache.
    • keys method to return all keys in the cache.
    • getTTL method to return the TTL of a key in the cache.
    • setTTL method 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-cache library.

v1.0.5

16 Oct 13:58

Choose a tag to compare

2023-10-05

Added

  • Implementation of the MemoryCache class for in-memory caching.
    • set method to store values in the cache with a specified TTL.
    • get method to retrieve values from the cache.
    • del method to delete keys from the cache.
    • flush method to delete all keys from the cache.
    • keys method to return all keys in the cache.
    • getTTL method to return the TTL of a key in the cache.
    • setTTL method 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-cache library.

v1.0.4

16 Oct 13:11

Choose a tag to compare

2023-10-05

Added

  • Implementation of the MemoryCache class for in-memory caching.
    • set method to store values in the cache with a specified TTL.
    • get method to retrieve values from the cache.
    • del method to delete keys from the cache.
    • flush method to delete all keys from the cache.
    • keys method to return all keys in the cache.
    • getTTL method to return the TTL of a key in the cache.
    • setTTL method 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-cache library.