Back to Dagger

EngineCacheEntrySet

docs/static/reference/php/Dagger/EngineCacheEntrySet.html

0.20.72.5 KB
Original Source

EngineCacheEntrySet

class EngineCacheEntrySet extends AbstractObject implements IdAble

A set of cache entries returned by a query to a cache

Properties

| | $lastQuery | | from AbstractObject |

Methods

__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

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.

AbstractId

id()

A unique identifier for this EngineCacheEntrySet.

Details

in AbstractObject at line 13 __construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

Parameters

| AbstractClient | $client | | | QueryBuilderChain | $queryBuilderChain | |

in AbstractObject at line 19 protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

Parameters

| QueryBuilder | $leafQueryBuilder | | | string | $leafKey | |

Return Value

| null|array|string|int|float|bool | |

at line 19 int diskSpaceBytes()

The total disk space used by the cache entries in this set.

Return Value

| int | |

at line 28 array entries()

The list of individual cache entries in the set

Return Value

| array | |

at line 37 int entryCount()

The number of cache entries in this set.

Return Value

| int | |

at line 46 AbstractId id()

A unique identifier for this EngineCacheEntrySet.

Return Value

| AbstractId | |

Generated by Doctum, a API Documentation generator and fork of Sami.