FilesystemAdapter
class FilesystemAdapter implements CacheAdapterInterface (View source)
Methods
mixed
__construct(array $config)
Cache constructor.
bool
add(string $key, mixed $data, int|null $time = 60)
No description
bool
addMany(array $data)
No description
bool
forever(string $key, mixed $data)
No description
bool
push(string $key, array $data)
No description
mixed
get(string $key, mixed $default = null)
No description
bool
addTime(string $key, int $time)
No description
int|bool|string
timeOf(string $key)
No description
bool
forget(string $key)
No description
bool
has(string $key)
No description
bool
expired(string $key)
No description
void
clear()
No description
Details
mixed
__construct(array $config)
Cache constructor.
bool
add(string $key, mixed $data, int|null $time = 60)
No description
bool
addMany(array $data)
No description
bool
forever(string $key, mixed $data)
No description
bool
push(string $key, array $data)
No description
mixed
get(string $key, mixed $default = null)
No description
bool
addTime(string $key, int $time)
No description
int|bool|string
timeOf(string $key)
No description
bool
forget(string $key)
No description
bool
has(string $key)
No description
bool
expired(string $key)
No description
void
clear()
No description