Store
class Store (View source)
Properties
protected | $cache | ||
protected | $ttl | ||
protected | $prefix |
Methods
__construct(string $driver, int $ttl, string $prefix)
No description
__get(string $key)
No description
__set(string $key, $value)
No description
get(string $key, $default = null)
No description
pull(string $key)
No description
void
put(string $key, $value)
No description
void
append(string $key, string $extra)
No description
flush()
No description
Details
__construct(string $driver, int $ttl, string $prefix)
No description
__get(string $key)
No description
__set(string $key, $value)
No description
get(string $key, $default = null)
No description
pull(string $key)
No description
void
put(string $key, $value)
No description
void
append(string $key, string $extra)
No description
flush()
No description