Bug 16044: Make tests from t/Cache.t pass
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 15 Mar 2016 15:45:20 +0000 (15:45 +0000)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Thu, 24 Mar 2016 19:44:44 +0000 (19:44 +0000)
commitbbfe394bb6e1ac8851b3c73826ea6fa5e7a0c94c
tree4d370a3f726c95369362e1e26e2197c8b4391222
parentdda7a0a25ff480abda219084686e8138341fbba3
 Bug 16044: Make tests from t/Cache.t pass

The timeout does not impact the L1 cache (it would be to time consuming
and not really useful to do that for this cache).
To simulate the real timeout, we need to flush this L1 cache when
needed.
It would be also done adding a disable_L1_cache method.

Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
t/Cache.t