From 5bfdd6e328a930abf426628998f82f8fdca2cee8 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 28 Jun 2009 14:24:23 +0800 Subject: Implemented a Database driver for the Kohana Cache library. Rather then writing our own caching algorithm, we can leverage the Kohana library. This has the added advantage of allowing the administrator to replace the default caching with a 3rd party caching algorithm. Signed-off-by: Tim Almdal --- modules/gallery/models/cache.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 modules/gallery/models/cache.php (limited to 'modules/gallery/models') diff --git a/modules/gallery/models/cache.php b/modules/gallery/models/cache.php new file mode 100644 index 00000000..99e19a6e --- /dev/null +++ b/modules/gallery/models/cache.php @@ -0,0 +1,20 @@ +