Download the PHP package pspychalski/phpcache without Composer
On this page you can find all versions of the php package pspychalski/phpcache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pspychalski/phpcache
More information about pspychalski/phpcache
Files in pspychalski/phpcache
Download pspychalski/phpcache
More information about pspychalski/phpcache
Files in pspychalski/phpcache
Vendor pspychalski
Package phpcache
Short Description phpCache is object PHP >=5 cache wrapper that offers similar way of handling various caching mechanisms
License MIT
Package phpcache
Short Description phpCache is object PHP >=5 cache wrapper that offers similar way of handling various caching mechanisms
License MIT
Please rate this library. Is it a good library?
Informations about the package phpcache
PhpCache
PhpCache is object PHP >=5 cache wrapper that offers similar way of handling various caching mechanisms:
- APC (deprecated)
- Memcached
- Redis
- Filesystem (deprecated)
- Session (deprecated)
- Variable (temporary, not available between requests)
Example usage
Methods available for all caching mechanisms:
- set - sets cache value based on provided key
- get - get data from cache based on provided key. Returns false when no data for key
- check - checks if data for provided key is set
- clear - removed data for key
- clearAll - flushes cache
All versions of phpcache with dependencies
PHP Build Version
Package Version
The package pspychalski/phpcache contains the following files
Loading the files please wait ....