library aerospike-cache-provider
Adds aerospike provider to use it through the doctrine/cache
redcode/aerospike-cache-provider
Adds aerospike provider to use it through the doctrine/cache
- Thursday, October 22, 2015
- by maZahaca
- Repository
- 2 Watchers
- 3 Stars
- 484 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 3 Versions
- 0 % Grown
aerospike-cache-provider
, (*1)
This is an implementation of Doctrine\Common\Cache\CacheProvider for Aerospike., (*2)
It allows you to use aerospike connection in projects which are based on the doctrine/cache, (*3)
Installation
The easiest way to install this library is with Composer using the following command:, (*4)
$ composer require redcode/aerospike-cache-provider
How does it work?
// pre-configured Aerospike connection
$aerospike = new \Aerospike();
$cache = new AerospikeCache($aerospike);
$cache->save('test', 'value', 60);
$value = $cache->fetch('test');
dev-master
9999999-dev
Adds aerospike provider to use it through the doctrine/cache
Sources
Download
MIT
The Requires
The Development Requires
cache
doctrine
provider
aerospike
0.1.0
0.1.0.0
Adds aerospike provider to use it through the doctrine/cache
Sources
Download
MIT
The Requires
The Development Requires
cache
doctrine
provider
aerospike
0.1.0-alpha
0.1.0.0-alpha
Adds aerospike provider to use it through the doctrine/cache
Sources
Download
MIT
The Requires
The Development Requires
cache
doctrine
provider
aerospike