http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8092

--- Comment #2 from Jared Camins-Esakov <[email protected]> ---
Created attachment 9593
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9593&action=edit
Bug 8092: Convert Koha::Cache to use CHI

Implements cache handlers for Memcached, mmap shared-file persistent,
and in-process memory caches.

To test: run t/Cache.t with the following options:

1. Tests 3-9 should be skipped with the following:
export CACHING_SYSTEM=

2.
export CACHING_SYSTEM=memory

3.
export CACHING_SYSTEM=fastmmap

4. You will need memcached activated for the following to work:
export CACHING_SYSTEM=memcached
export MEMCACHED_SERVERS=127.0.0.1:11211
export MEMCACHED_NAMESPACE=KOHA

5. You should receive two failures with the following:
export CACHING_SYSTEM=thisdoesntexist

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to