Download the PHP package marvin255/in-memory-cache without Composer
On this page you can find all versions of the php package marvin255/in-memory-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package in-memory-cache
InMemoryCache
Simple PSR-16 implementation which uses internal array to store data.
Usage
Decorator
Decorator allows to use two caches in the same time. All data from basic cache (e.g. redis based cache) will be also stored in InMemoryCache. This decorator can reduce requests amount for long-living php processes.
All versions of in-memory-cache with dependencies
PHP Build Version
Package Version
The package marvin255/in-memory-cache contains the following files
Loading the files please wait ....