final class FileBackendEntryDto (View source)

Constants

private EXPIRYTIME_LENGTH

private DATASIZE_DIGITS

Methods

__construct(string $data, array $tags, int $expiryTime)

No description

fromString(string $cacheData)

No description

string
getData()

No description

array
getTags()

No description

int
getExpiryTime()

No description

bool
isExpired()

No description

bool
isTaggedWith(string $tag)

No description

string
__toString()

No description

Details

__construct(string $data, array $tags, int $expiryTime)

No description

Parameters

string $data
array $tags
int $expiryTime

static FileBackendEntryDto fromString(string $cacheData)

No description

Parameters

string $cacheData

Return Value

FileBackendEntryDto

string getData()

No description

Return Value

string

array getTags()

No description

Return Value

array

int getExpiryTime()

No description

Return Value

int

bool isExpired()

No description

Return Value

bool

bool isTaggedWith(string $tag)

No description

Parameters

string $tag

Return Value

bool

string __toString()

No description

Return Value

string