diff options
Diffstat (limited to 'framework/Data/TMemCache.php')
-rw-r--r-- | framework/Data/TMemCache.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Data/TMemCache.php b/framework/Data/TMemCache.php index 73eec99f..4d952551 100644 --- a/framework/Data/TMemCache.php +++ b/framework/Data/TMemCache.php @@ -111,6 +111,7 @@ class TMemCache extends TComponent implements IModule, ICache if($application instanceof IApplication)
$this->_prefix=$application->getUniqueID();
$this->_initialized=true;
+ $application->setCache($this);
}
/**
|