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
- Host: GitHub
- URL: https://github.com/par7133/fastcached
- Owner: par7133
- License: bsd-3-clause
- Created: 2022-04-20T19:29:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-29T20:11:18.000Z (over 2 years ago)
- Last Synced: 2025-01-12T15:46:06.557Z (12 months ago)
- Topics: class, fast, fast-to-implement, fastcache, memcached, opensource, php
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: 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