library ctc-cache
ctcCache is a PHP library to help cache results via file I/O or Memcache.
andrewgjohnson/ctc-cache
ctcCache is a PHP library to help cache results via file I/O or Memcache.
- Saturday, February 24, 2018
- by andrewgjohnson
- Repository
- 1 Watchers
- 2 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 2 Open issues
- 2 Versions
- 0 % Grown
ctcCache
Description
ctcCache is a PHP library to help cache results via file I/O or Memcache. Redis support may be added but is currently unavailable., (*1)
Warning
This code is used in production but has not been fully testing. A large refactor will be coming before v1.0.0, use with caution and at your own risk until v1.0.0 is released., (*2)
Acknowledgements
This project was started by Andrew G. Johnson, contact via Twitter, Email, GitHub or Online, (*3)
Changelog
v0.9.6 (March 3, 2016)
v0.9.5 (March 3, 2016)
- Added ctcCache_Query->clearCache() function
v0.9.4 (September 29, 2015)
- Added support for PHP's Memcached library (previously only supported Memecache library)
v0.9.3 (April 7, 2015)
- Added MySQL server information to the hash for cached MySQL query results
v0.9.2 (December 18, 2013)
- Fixed bug that allowed expiration time to be above the maximum for Memcache
v0.9.1 (November 16, 2013)
- Added multiple MySQL support
- Added setting to determine whether or not empty MySQL queries should be cached
v0.9.0 (November 16, 2013)
- Intial public release of ctcCache