mongodb\Cache $cacheCollection

$cacheCollection public property

The name of the MongoDB collection that stores the cache data. Please refer to yii\mongodb\Connection::getCollection() on how to specify this parameter. This collection is better to be pre-created with fields 'id' and 'expire' indexed.

public string|array $cacheCollection = 'cache'
doc_Yii
2016-10-30 17:07:32
Comments
Leave a Comment

Please login to continue.