BulkWriter
interface BulkWriter
Cache storage with bulk write support.
Methods
void
bulkWrite(array $items, array $dependencies)
Writes to cache in bulk.
void
bulkRemove(array $keys)
Removes multiple items from cache.
Details
at line 21
void
bulkWrite(array $items, array $dependencies)
Writes to cache in bulk.
at line 27
void
bulkRemove(array $keys)
Removes multiple items from cache.