Download the PHP package angrybytes/cache without Composer
On this page you can find all versions of the php package angrybytes/cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download angrybytes/cache
More information about angrybytes/cache
Files in angrybytes/cache
Download angrybytes/cache
More information about angrybytes/cache
Files in angrybytes/cache
Vendor angrybytes
Package cache
Short Description Cache store with support for various adapters
License MIT
Package cache
Short Description Cache store with support for various adapters
License MIT
Please rate this library. Is it a good library?
Informations about the package cache
AngryBytes Cache
This package is no longer maintained!
This is a simple cache store with support for a variety of backends. A file and memcached backend are included.
Installation
Installation through Composer at Packagist
Usage
Usage is simple:
Result checking
There is a special return type AngryBytes\Cache\ResultNotFound
that signifies the
result can not be retrieved:
ID Prefixing
If you need to support more than one cache store on the same backend you can add a prefix for all id's:
You can also add more than one prefix, which can be handy for key cleaning:
All versions of cache with dependencies
PHP Build Version
Package Version
No informations.
The package angrybytes/cache contains the following files
Loading the files please wait ....