FastCache class ported to Memcached - BSD License
Capitan Cloud 46bcdcadb8 Update README.md | há 1 ano atrás | |
---|---|---|
LICENSE | há 2 anos atrás | |
README.md | há 1 ano atrás | |
class.fastcache.inc | há 2 anos atrás |
FastCache
FastCache class ported to Memcached (same interface)
@package OpenGallery http://github.com/par7133
@author Daniele Bonini posta@elettronica.lol
@version 2.0
@phpver 7.4 up
@access public
@note You have to declare in your "config.inc" file - or whatever file you
use for the purpose, the following global constants:
define('CACHE_HOST', "localhost");
define('CACHE_PORT', "11211");
define('CACHE_APP_PREFIX', "MyAPP_12345");