Releases: darrynten/any-cache
Releases · darrynten/any-cache
Continuous Integration
Initial Release
Package creators can include AnyCache
in their packages and leverage
supported host framework native caching capabilities.
AnyCache
auto-detects its host framework and does not require any
extra configuration, although it also allows passing in a desired cache.
If none is provided or if there is no caching available, then a local
temporary ArrayCache
is created and will be used by default. This is
transient and not persistent.
This allows you to not have any additional caching requirements in your
packages while allowing you to leverage whichever caching constructs
are already in place.