Example #1
0
 /**
  * @return Zend_Cache_Core
  */
 static function getCacheService()
 {
     return _DevblocksCacheManager::getInstance();
 }
Example #2
0
 public function __destruct()
 {
     // [JAS]: If newly registered this instance, add to cache
     if ($this->newRegisters) {
         $cache = _DevblocksCacheManager::getInstance();
         $cache->save($this->classMap, self::CACHE_CLASS_MAP);
     }
 }