namespace Drupal\Component\FileCache in Plug 7
Class | Location | Description |
---|---|---|
ApcuFileCacheBackend |
lib/ |
APCu backend for the file cache. |
FileCache |
lib/ |
Allows to cache data based on file modification dates. |
FileCacheBackendInterface |
lib/ |
Defines an interface inspired by APCu for FileCache backends. |
FileCacheFactory |
lib/ |
Creates a FileCache object. |
FileCacheInterface |
lib/ |
Interface for objects that allow caching file data. |
NullFileCache |
lib/ |
Null implementation for the file cache. |