[Koha-bugs] [Bug 18232] Koha::Cache::flush - Simply flush all caches

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 25 09:51:17 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18232

Jon Knight <J.P.Knight at lboro.ac.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |J.P.Knight at lboro.ac.uk

--- Comment #5 from Jon Knight <J.P.Knight at lboro.ac.uk> ---
Applied to master on my test kohadevbox cleanly and:

perl -e 'use Koha::Caches; Koha::Caches::flush();'

seems to run without any errors.

As with Katrin, I could do with a test plan to check its working.  I've tried
poking around in memcached (using `memcached -vv` and `telnet localhost 11211`
and then issuing stats commands), but I can't see much difference on a dev box
to be honest. I'm guessing it needs a load of traffic sent to it to make the
memcached caches fill up so that a flush is noticeable?

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


More information about the Koha-bugs mailing list