[Koha-bugs] [Bug 7248] Caching for services

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 14 17:34:36 CEST 2012


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

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9567|0                           |1
        is obsolete|                            |

--- Comment #45 from Paul Poulain <paul.poulain at biblibre.com> ---
Created attachment 9568
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9568&action=edit
Bug 7248 follow-up (alternative)

This patch introduces some new features for caching system:
* the type of caching is retrieved from ENV variable in httpd configuration if
not forced when the ->new() is called.
* if $ENV{DEBUG} is ON, you'll have feedback when something is set or read from
cache
* the Koha::Cache->is_cache_active is now available and will return 1 if there
is a caching system available. It's a replacement for C4::Context->ismemcached

The 2 reports modules have been updated to use this new API

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list