docs/static/reference/php/Dagger/EngineCacheEntrySet.html
class EngineCacheEntrySet extends AbstractObject implements IdAble
A set of cache entries returned by a query to a cache
| | $lastQuery | | from AbstractObject |
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
from AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from AbstractObject
int
The total disk space used by the cache entries in this set.
array
entries()
The list of individual cache entries in the set
int
The number of cache entries in this set.
id()
A unique identifier for this EngineCacheEntrySet.
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain) No description
| AbstractClient | $client | | | QueryBuilderChain | $queryBuilderChain | |
protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)No description
| QueryBuilder | $leafQueryBuilder | | | string | $leafKey | |
| null|array|string|int|float|bool | |
int diskSpaceBytes()The total disk space used by the cache entries in this set.
| int | |
array entries()The list of individual cache entries in the set
| array | |
int entryCount()The number of cache entries in this set.
| int | |
AbstractId id()A unique identifier for this EngineCacheEntrySet.
| AbstractId | |
Generated by Doctum, a API Documentation generator and fork of Sami.