Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezimuel/simplecache
Simple cache system for PHP using files and array
https://github.com/ezimuel/simplecache
Last synced: about 1 month ago
JSON representation
Simple cache system for PHP using files and array
- Host: GitHub
- URL: https://github.com/ezimuel/simplecache
- Owner: ezimuel
- Created: 2011-11-06T10:14:33.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-06T10:16:39.000Z (about 13 years ago)
- Last Synced: 2023-04-10T13:07:06.726Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 89.8 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
SimpleCache
-----------Simple and fast cache system for PHP using file and array structure.
It generates PHP file for caching using array for each key.
If you use a PHP bytecode accelerator, as APC, this caching system
is very fast.(C) Copyright 2011 Enrico Zimuel ([email protected])
GNU General Public License - http://www.gnu.org/licenses/gpl.html