ClientStorage
class ClientStorage implements ClientStorageInterface
Class ClientStorage
Properties
| protected DriverInterface | $driver | ||
| protected LoggerInterface | $logger | ||
| protected int | $ttl |
Methods
__construct(int $ttl, LoggerInterface $logger = null)
No description
string|UserInterface|false
getClient(string $identifier)
No description
static string
getStorageId(ConnectionInterface $conn)
No description
addClient(string $identifier, string|UserInterface $user)
No description
bool
hasClient(string $identifier)
No description
bool
removeClient(string $identifier)
No description