PutMany
class PutMany
Store multiple items in the cache with all tag tracking.
Combines the ZADD operations for all keys to all tags with SETEX for each cache value in a single pipeline for efficiency.
Methods
bool
execute(array $values, int $seconds, array $tagIds, string $namespace)
Execute the putMany operation with tag tracking.
Details
at line 21
__construct(StoreContext $context, Serialization $serialization)
No description
at line 36
bool
execute(array $values, int $seconds, array $tagIds, string $namespace)
Execute the putMany operation with tag tracking.