Bug 7248 Added caching support and and moved Caching into Koha namespace
commit03fee7a590ee5c5deb1c997d732c77854a16b0fe
authorChris Hall <chrish@catalyst.net.nz>
Sun, 20 Nov 2011 22:38:23 +0000 (21 11:38 +1300)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 15 May 2012 16:05:55 +0000 (15 18:05 +0200)
tree0776cf0c1d921a8fa8ade8c7c405f5c41b8a1b69
parent978ac74b345d35fe07b8d936b8e05b1972593964
Bug 7248 Added caching support and and moved Caching into Koha namespace

Unit test for Koha/Cache.pm (which includes Koha/Cache/Memcached.pm)

Note that in order to test Koha::Cache you must export the environment variable
MEMCACHED_SERVERS. For example:
$ export MEMCACHED_SERVERS=127.0.0.1:11211

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
C4/Cache/Memoize/Memcached.pm [deleted file]
Koha/Cache.pm [moved from C4/Cache.pm with 72% similarity]
Koha/Cache/Memcached.pm [moved from C4/Cache/Memcached.pm with 86% similarity]
t/Cache.t
t/Cache_Memcached.t
t/Cache_Memoize_Memcached.t [deleted file]