Defines an interface inspired by APCu for FileCache backends.
Hierarchy
- interface \Drupal\Component\FileCache\FileCacheBackendInterface
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. |
Please login to continue.