NextDom\Model\Entity\Cache
Class Cache
Synopsis
class Cache
{
- // members
- protected $key;
- protected $value = NULL;
- protected integer $lifetime = 0;
- protected $datetime;
- protected $options = NULL;
- // methods
- public bool save()
- public int getLifetime()
- public $this setLifetime()
- public void getKey()
- public $this setKey()
- public void remove()
- public bool hasExpired()
- public null|string getValue()
- public $this setValue()
- public void getDatetime()
- public $this setDatetime()
- public array|bool|mixed|null|string getOptions()
- public $this setOptions()
- public void setOptionsFromJson()
Members
protected
- $datetime
- $key
- $lifetime
- $options
- $value