summaryrefslogtreecommitdiff
path: root/kohana/libraries/Cache.php
diff options
context:
space:
mode:
Diffstat (limited to 'kohana/libraries/Cache.php')
-rw-r--r--kohana/libraries/Cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/kohana/libraries/Cache.php b/kohana/libraries/Cache.php
index 3dcf0312..8a02a905 100644
--- a/kohana/libraries/Cache.php
+++ b/kohana/libraries/Cache.php
@@ -4,7 +4,7 @@
* resources. Caches are identified by a unique string. Tagging of caches is
* also supported, and caches can be found and deleted by id or tag.
*
- * $Id$
+ * $Id: Cache.php 4321 2009-05-04 01:39:44Z kiall $
*
* @package Cache
* @author Kohana Team