class FilesystemCache implements CacheInterface

Methods

__construct(string $cacheDir, string $spaceId)

FilesystemCache constructor.

string|null
readSpace()

No description

string|null
readContentType(string $id)

No description

Details

at line 32
__construct(string $cacheDir, string $spaceId)

FilesystemCache constructor.

Parameters

string $cacheDir
string $spaceId

at line 41
string|null readSpace()

Return Value

string|null

at line 57
string|null readContentType(string $id)

Parameters

string $id

Return Value

string|null