EngineCacheEntrySet
class EngineCacheEntrySet extends AbstractObject implements IdAble
A set of cache entries returned by a query to a cache
Properties
$lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
int
diskSpaceBytes()
The total disk space used by the cache entries in this set.
array
entries()
The list of individual cache entries in the set
int
entryCount()
The number of cache entries in this set.
id()
A unique identifier for this EngineCacheEntrySet.
Details
in
AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
in
AbstractObject at line 19
protected null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
at line 19
int
diskSpaceBytes()
The total disk space used by the cache entries in this set.
at line 28
array
entries()
The list of individual cache entries in the set
at line 37
int
entryCount()
The number of cache entries in this set.
at line 46
AbstractId
id()
A unique identifier for this EngineCacheEntrySet.