Flow PHP

FilesystemCache implements Cache

Read onlyYes
FinalYes

Interfaces

Cache

Methods

__construct()  : mixed
clear()  : void
delete()  : void
get()  : Rows
has()  : bool
set()  : void

Methods

__construct()

public __construct(Filesystem $filesystem[, Path|null $cacheDir = null ][, Serializer $serializer = new FloeSerializer() ]) : mixed
Parameters
$filesystem : Filesystem
$cacheDir : Path|null = null
$serializer : Serializer = new FloeSerializer()

delete()

public delete(string $key) : void
Parameters
$key : string

has()

public has(string $key) : bool
Parameters
$key : string
Return values
bool
On this page

Search results