SessionKeyValueStore
class SessionKeyValueStore (View source)
| internal |
Properties
| protected StringFrontend | $cache | ||
| protected bool | $useIgBinary | ||
| protected array<string, array<string, string>> | $writeDebounceHashes |
Methods
Details
void
injectCache(StringFrontend $cache)
No description
void
initializeObject()
No description
bool
has(StorageIdentifier $storageIdentifier, string $key)
No description
mixed
retrieve(StorageIdentifier $storageIdentifier, string $key)
No description
void
store(StorageIdentifier $storageIdentifier, string $key, mixed $value)
No description
int
remove(StorageIdentifier $storageIdentifier)
No description