ApcuFileCacheBackend
class ApcuFileCacheBackend implements FileCacheBackendInterface (View source)
APCu backend for the file cache.
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.