1.2.2
Added IAsyncStorageStrategy
to the PCacheable
decorator.
Now you can implement your own asynchronous caching strategy for the Promise decorator only.
Possible use cases for this might include Redis, database caching and etc..
8000
Added IAsyncStorageStrategy
to the PCacheable
decorator.
Now you can implement your own asynchronous caching strategy for the Promise decorator only.
Possible use cases for this might include Redis, database caching and etc..