PHP Class skeeks\cms\models\behaviors\HasTableCache

Inheritance: extends yii\base\Behavior
Show file Open project: skeeks-cms/cms Class Usage Examples

Public Properties

Property Type Description
$cache yii\caching\Cache

Public Methods

Method Description
events ( ) : array
getTableCacheTag ( ) : string
invalidateTableCache ( ) При любом обновлении, сохранении, удалении записей в эту таблицу, инвалидируется тэг кэша таблицы

Method Details

events() public method

public events ( ) : array
return array

getTableCacheTag() public method

public getTableCacheTag ( ) : string
return string

invalidateTableCache() public method

При любом обновлении, сохранении, удалении записей в эту таблицу, инвалидируется тэг кэша таблицы

Property Details

$cache public property

public Cache,yii\caching $cache
return yii\caching\Cache