$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'
Please login to continue.