class ApcCache

Uses APC to cache files

@author André Roaldseth <andre@roaldseth.net>

Hierarchy

Expanded class hierarchy of ApcCache

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ApcCache.php, line 19

Namespace

Assetic\Cache
View source

Members

Namesort descending Modifiers Type Description Overrides
ApcCache::$ttl public property
ApcCache::get public function Overrides CacheInterface::get
ApcCache::has public function Overrides CacheInterface::has
ApcCache::remove public function Overrides CacheInterface::remove
ApcCache::set public function Overrides CacheInterface::set