Download the PHP package sbsedv/memory-cache without Composer
On this page you can find all versions of the php package sbsedv/memory-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sbsedv/memory-cache
More information about sbsedv/memory-cache
Files in sbsedv/memory-cache
Download sbsedv/memory-cache
More information about sbsedv/memory-cache
Files in sbsedv/memory-cache
Vendor sbsedv
Package memory-cache
Short Description In-Memory Psr-6 cache implementation.
License MIT
Homepage https://github.com/SBSEDV/memory-cache-php
Package memory-cache
Short Description In-Memory Psr-6 cache implementation.
License MIT
Homepage https://github.com/SBSEDV/memory-cache-php
Please rate this library. Is it a good library?
Informations about the package memory-cache
Psr-6 In-Memory Cache
Psr-6 compliant In-Memory cache implementation using an array as storage.
This implementation is usefull for testing purposes and per-request caching.
Because the library internally stores its data in an array, all data is lost after the php process is terminated (most likely when your request finishes).
All versions of memory-cache with dependencies
PHP Build Version
Package Version
The package sbsedv/memory-cache contains the following files
Loading the files please wait ....