class CacheItem implements CacheItemInterface
Methods
getKey() {@inheritdoc} | ||
get() {@inheritdoc} | ||
isHit() {@inheritdoc} | ||
set($value) {@inheritdoc} | ||
expiresAt($expiration) {@inheritdoc} | ||
expiresAfter($time) {@inheritdoc} | ||
static | validateKey(string $key) Validates a cache key according to PSR-6. | |
static | log(LoggerInterface $logger = null, $message, $context = array()) Internal logging helper. |
Details
getKey()
{@inheritdoc}
get()
{@inheritdoc}
isHit()
{@inheritdoc}
set($value)
{@inheritdoc}
expiresAt($expiration)
{@inheritdoc}
expiresAfter($time)
{@inheritdoc}
static validateKey(string $key)
Validates a cache key according to PSR-6.
static log(LoggerInterface $logger = null, $message, $context = array())
Internal logging helper.
Please login to continue.