BulkWriter
interface BulkWriter
Cache storage with a 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 22
void
bulkWrite(array $items, array $dependencies)
Writes to cache in bulk.
at line 27
void
bulkRemove(array $keys)
Removes multiple items from cache