https://github.com/par7133/fastcache
FastCache class, the smart Cache class - BSD License
https://github.com/par7133/fastcache
class fast fast-to-implement fastcache opensource php
Last synced: 10 months ago
JSON representation
FastCache class, the smart Cache class - BSD License
- Host: GitHub
- URL: https://github.com/par7133/fastcache
- Owner: par7133
- License: bsd-3-clause
- Created: 2020-02-17T11:19:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T20:22:17.000Z (over 2 years ago)
- Last Synced: 2025-01-12T15:46:06.074Z (12 months ago)
- Topics: class, fast, fast-to-implement, fastcache, opensource, php
- Language: PHP
- Homepage: http://5mode.com
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FastCache
FastCache class
@package OpenGallery http://github.com/par7133
@author Daniele Bonini
@version 1.0
@phpver 5.6 to 7.3
@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");