You can provide an optional Map | Map, that will be used for storing the data.
The increment method increments the given key with given value. Returns true if the key where incremented otherwise false will be returned.
If values is not defined then it will increment the key with 1.
An error will thrown if the key is not a number.
The
MemoryCacheAdapteris used for easily fackingICachefor testing.IMPORT_PATH:
"@daiso-tech/core/cache/memory-cache-adapter"