diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/Data/TAPCCache.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/Data/TAPCCache.php b/framework/Data/TAPCCache.php index aba4fac8..cdd8f5f1 100644 --- a/framework/Data/TAPCCache.php +++ b/framework/Data/TAPCCache.php @@ -41,9 +41,9 @@ */
class TAPCCache extends TModule implements ICache
{
-
+
const SERIALIZED = "_serialized";
-
+
/**
* @var boolean if the module is initialized
*/
@@ -181,4 +181,4 @@ class TAPCCache extends TModule implements ICache }
-?>
\ No newline at end of file +?>
\ No newline at end of file |