ExpiredSignatureStorage
in package
FinalYes
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- countUsages() : int
- incrementUsages() : void
Properties
$cache
private
mixed
$cache
$lifetime
private
int
$lifetime
Methods
__construct()
public
__construct(CacheItemPoolInterface $cache, int $lifetime) : mixed
Parameters
- $cache : CacheItemPoolInterface
- $lifetime : int
countUsages()
public
countUsages(string $hash) : int
Parameters
- $hash : string
Return values
intincrementUsages()
public
incrementUsages(string $hash) : void
Parameters
- $hash : string