ApcuTrait
trait ApcuTrait
Methods
| static | isSupported() | |
| doFetch(array $ids) {@inheritdoc} | ||
| doHave($id) {@inheritdoc} | ||
| doClear($namespace) {@inheritdoc} | ||
| doDelete(array $ids) {@inheritdoc} | ||
| doSave(array $values, $lifetime) {@inheritdoc} |
Details
static isSupported()
protected doFetch(array $ids)
{@inheritdoc}
Parameters
| array | $ids |
protected doHave($id)
{@inheritdoc}
Parameters
| $id |
protected doClear($namespace)
{@inheritdoc}
Parameters
| $namespace |
protected doDelete(array $ids)
{@inheritdoc}
Parameters
| array | $ids |
protected doSave(array $values, $lifetime)
{@inheritdoc}
Parameters
| array | $values | |
| $lifetime |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Cache/Traits/ApcuTrait.html