class TraceableAdapter implements AdapterInterface, PruneableInterface, ResettableInterface
An adapter that collects data about all cache calls.
protected | $pool |
__construct(AdapterInterface $pool) | ||
CacheItem | getItem($key) {@inheritdoc} | |
hasItem($key) {@inheritdoc} | ||
deleteItem($key) {@inheritdoc} | ||
save(CacheItemInterface $item) {@inheritdoc} | ||
saveDeferred(CacheItemInterface $item) {@inheritdoc} | ||
Traversable|CacheItem[] | getItems(array $keys = array()) {@inheritdoc} | |
clear() {@inheritdoc} | ||
deleteItems(array $keys) {@inheritdoc} | ||
commit() {@inheritdoc} | ||
bool | prune() | |
reset() | ||
getCalls() | ||
clearCalls() | ||
start($name) |
AdapterInterface | $pool |
{@inheritdoc}
$key |
CacheItem |
{@inheritdoc}
$key |
{@inheritdoc}
$key |
{@inheritdoc}
CacheItemInterface | $item |
{@inheritdoc}
CacheItemInterface | $item |
{@inheritdoc}
array | $keys |
Traversable|CacheItem[] |
{@inheritdoc}
{@inheritdoc}
array | $keys |
{@inheritdoc}
bool |
$name |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Cache/Adapter/TraceableAdapter.html