FileCacheBackendInterface
interface FileCacheBackendInterface (View source)
Defines an interface inspired by APCu for FileCache backends.
Methods
array
fetch(array $cids)
Fetches data from the cache backend.
store(string $cid, mixed $data)
Stores data into a cache backend.
delete(string $cid)
Deletes data from a cache backend.
Details
array
fetch(array $cids)
Fetches data from the cache backend.
store(string $cid, mixed $data)
Stores data into a cache backend.
delete(string $cid)
Deletes data from a cache backend.