Download the PHP package nazg/hcache without Composer
On this page you can find all versions of the php package nazg/hcache. 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 hcache
Nazg\HCache
Installation
Usage
supported apc, memcached, map, void, filesystem
Using the CacheManager
cache name | cache driver |
---|---|
apc | \Nazg\HCache\Driver\ApcCache |
void | \Nazg\HCache\Driver\VoidCache |
map | \Nazg\HCache\Driver\MapCache |
file | \Nazg\HCache\Driver\FileSystemCache |
memcached | \Nazg\HCache\Driver\MemcachedCache |
redis | \Nazg\HCache\Driver\RedisCache |
Cache Usage
Retrieving Item From The Cache
Checking For Item Existence
Storing Item In The Cache
Removing Items From The Cache
remove item
flush
Adding Custom Cache Drivers
Using Cache Providers
example
FileSystemCache
MapCache (memory)
MemcachedCache
All versions of hcache with dependencies
PHP Build Version
Package Version
Requires
hhvm Version
^4.62
hhvm/hsl Version ^4.0
hhvm/hsl-experimental Version ^4.25
hhvm/hhvm-autoload Version ^3.0
hhvm/hsl Version ^4.0
hhvm/hsl-experimental Version ^4.25
hhvm/hhvm-autoload Version ^3.0
The package nazg/hcache contains the following files
Loading the files please wait ....