Modules for caching - C4::Cache is the base class, C4::Cache::Memcached and C4::Cache...
authorChris Cormack <chris@bigballofwax.co.nz>
Wed, 26 Aug 2009 07:07:50 +0000 (19:07 +1200)
committerGalen Charlton <gmcharlt@gmail.com>
Sun, 6 Sep 2009 13:23:32 +0000 (09:23 -0400)
commit390a270b1e846a127a3dfd40fb6fafe7f9d27912
treee784941912ee88049d8683d11d9e0fdf80860d1b
parentb66904201a68fe860c0a58d2135a102822a077ee
Modules for caching - C4::Cache is the base class, C4::Cache::Memcached and C4::Cache::FastMemcached are subclasses

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Cache.pm [new file with mode: 0644]
C4/Cache/FastMemcached.pm [new file with mode: 0644]
C4/Cache/Memcached.pm [new file with mode: 0644]