Skip to content

Releases: darrynten/any-cache

Continuous Integration

09 Feb 21:22
Compare
Choose a tag to compare

Travis and Style CI

Initial Release

09 Feb 20:33
Compare
Choose a tag to compare

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.