An open API service indexing awesome lists of open source software.

https://github.com/par7133/fastcached

FastCache class ported to Memcached - BSD License
https://github.com/par7133/fastcached

class fast fast-to-implement fastcache memcached opensource php

Last synced: 6 months ago
JSON representation

FastCache class ported to Memcached - BSD License

Awesome Lists containing this project

README

          

FastCache

FastCache class ported to Memcached (same interface)

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

For any need of software additions, plugins and improvements please write to info@5mode.com

To help please donate by clicking https://gaox.io/l/dona1 and filling the form.

Feedback: code@gaox.io