FileCacheBackendInterface

Defines an interface inspired by APCu for FileCache backends.

Hierarchy

File

core/lib/Drupal/Component/FileCache/FileCacheBackendInterface.php, line 8

Namespace

Drupal\Component\FileCache

Members

Name Modifiers Type Description
FileCacheBackendInterface::delete public function Deletes data from a cache backend.
FileCacheBackendInterface::fetch public function Fetches data from the cache backend.
FileCacheBackendInterface::store public function Stores data into a cache backend.
doc_Drupal
2016-10-29 09:13:22
Comments
Leave a Comment

Please login to continue.