Cache usage
The @daiso-tech/core/cache component provides a way for storing key-value pairs with expiration independent of data storage
The @daiso-tech/core/cache component provides a way for storing key-value pairs with expiration independent of data storage
The CacheFactory class provides a flexible way to configure and switch between different cache adapters at runtime.
MemoryCacheAdapter
Implementing your custom ICacheAdapter