Is your feature request related to a problem? Please describe.
Currently caching is very simple:
- open collection
- store the collection in a class field
However there are situations where:
- We don't need to hydrate the cache upon creating the collection
- We may want to follow a caching strategy (e.g. LRU)
Describe the solution you'd like
The ability to configure caching upon initialising the collection
Is your feature request related to a problem? Please describe.
Currently caching is very simple:
However there are situations where:
Describe the solution you'd like
The ability to configure caching upon initialising the collection