FileTagSet extends TagSet
FileTagSet Class.
Custom file based cache driver with supports for Tags Inspired by unikent/taggedFileCache
Tags
Table of Contents
$driver | string | |
---|---|---|
tagKey() | Get the tag identifier key for a given tag. | string |
resetTag() | Reset the tag and return the new tag identifier. | string |
Properties
$driver
protected
static string
$driver
= 'tfile'
Methods
tagKey()
Get the tag identifier key for a given tag.
public
tagKey(
$name :
string
)
: string
Parameters
- $name : string
Return values
stringresetTag()
Reset the tag and return the new tag identifier.
public
resetTag(
$name :
string
)
: string
Parameters
- $name : string