SessionKeyValueStore
class SessionKeyValueStore (View source)
internal |
Properties
protected | $cache | ||
protected | $useIgBinary | ||
protected array<string,array<string,string>> | $writeDebounceHashes |
Methods
void
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
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