Bug 8089: Cache sysprefs using Koha::Cache
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Tue, 15 May 2012 11:14:01 +0000 (07:14 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 7 Sep 2012 14:28:31 +0000 (16:28 +0200)
commit499f44fa1d0086d4430215648679fd368017df6c
tree6ce387705fc977e2d777c1bd1edf4c009f1c69e8
parent215abc8024d93f1b6a10f26427a65bd64d106e52
Bug 8089: Cache sysprefs using Koha::Cache

Cache sysprefs using Koha::Cache in a way that is safe even for
caching-related sysprefs. This lays the groundwork for removing
caching configuration from the httpd.conf and configuring it
using sysprefs.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/Context.pm