San Romilla 1.0.0
Loading...
Searching...
No Matches
CachedKeySet Class Reference
Inheritance diagram for CachedKeySet:

Public Member Functions

 __construct (string $jwksUri, ClientInterface $httpClient, RequestFactoryInterface $httpFactory, CacheItemPoolInterface $cache, int $expiresAfter=null, bool $rateLimit=false, string $defaultAlg=null)
 
 offsetGet ($keyId)
 
 offsetExists ($keyId)
 
 offsetSet ($offset, $value)
 
 offsetUnset ($offset)
 

Detailed Description

<string, Key>

Member Function Documentation

◆ offsetExists()

offsetExists ( $keyId)
Parameters
string$keyId
Returns
bool

◆ offsetGet()

offsetGet ( $keyId)
Parameters
string$keyId
Returns
Key

◆ offsetSet()

offsetSet ( $offset,
$value )
Parameters
string$offset
Key$value

◆ offsetUnset()

offsetUnset ( $offset)
Parameters
string$offset

The documentation for this class was generated from the following file: