PersistentDataStoreInterface
interface PersistentDataStoreInterface (View source)
Methods
string
get(string $key)
Get a value from the store
set(string $key, string $value)
Set a value in the store
void
clear($key)
Clear the key from the store