class ConfigCache

A config cache stores values using var_export() and include.

@author Kris Wallsmith <kris.wallsmith@gmail.com>

Hierarchy

Expanded class hierarchy of ConfigCache

2 files declare their use of ConfigCache

File

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

Namespace

Assetic\Cache
View source

Members

Namesort descending Modifiers Type Description Overrides
ConfigCache::$dir private property
ConfigCache::get public function Loads and returns the value for the supplied cache key.
ConfigCache::getSourcePath private function Returns the path where the file corresponding to the supplied cache key can be included from.
ConfigCache::getTimestamp public function Returns a timestamp for when the cache was created.
ConfigCache::has public function Checks of the cache has a file.
ConfigCache::set public function Writes a value to a file.
ConfigCache::__construct public function Construct.