FastCache class ported to Memcached - BSD License

Daniele Bonini (皮夕): WebDev and DevOps by lots of Sim.pli.city bits 339a42d6e4 Update README.md il y a 3 ans
LICENSE ab8c22e686 Initial commit il y a 3 ans
README.md 339a42d6e4 Update README.md il y a 3 ans
class.fastcache.inc 25f0fa45a9 Update class.fastcache.inc il y a 3 ans

README.md

FastCache

FastCache class (using Memcached)

@package OpenGallery http://github.com/par7133
@author Daniele Bonini my25mb@aol.com
@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");