df5bf538b9
A simple, functional caching API, with the option to store the cached data on the filesystem, in one of the PHP opcode cache systems (APC, eAcclerator, XCache, or Zend Performance Suite's content cache), memcached, or an SQL table.
3 lines
232 B
Text
3 lines
232 B
Text
A simple, functional caching API, with the option to store the cached data on
|
|
the filesystem, in one of the PHP opcode cache systems (APC, eAcclerator,
|
|
XCache, or Zend Performance Suite's content cache), memcached, or an SQL table.
|