Download the PHP package onnerby/nestedcache without Composer
On this page you can find all versions of the php package onnerby/nestedcache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download onnerby/nestedcache
More information about onnerby/nestedcache
Files in onnerby/nestedcache
Download onnerby/nestedcache
More information about onnerby/nestedcache
Files in onnerby/nestedcache
Vendor onnerby
Package nestedcache
Short Description A nested cache that can be invalidated through relations and/or hierarchy
License MIT
Homepage https://github.com/onnerby/nestedcache
Package nestedcache
Short Description A nested cache that can be invalidated through relations and/or hierarchy
License MIT
Homepage https://github.com/onnerby/nestedcache
Please rate this library. Is it a good library?
Informations about the package nestedcache
NestedCache
A nested cache that can be invalidated through relations and/or hierarchy
Lets start with an simple example:
How about nesting?
Let's try nesting our book gallery by caching books inside
Engines
There are so far only 2 options.
- APCu: (default)
\Doe\NestedCache::init(['engine' => 'APCu']);
- TempMemory: A in memory cache only for current request (mostly for debug purpose)
\Doe\NestedCache::init(['engine' => 'TempMemory']);
All versions of nestedcache with dependencies
PHP Build Version
Package Version
No informations.
The package onnerby/nestedcache contains the following files
Loading the files please wait ....