caching\Cache $keyPrefix

$keyPrefix public property

A string prefixed to every cache key so that it is unique globally in the whole cache storage. It is recommended that you set a unique cache key prefix for each application if the same cache storage is being used by different applications.

To ensure interoperability, only alphanumeric characters should be used.

public string $keyPrefix = null
doc_Yii
2016-10-30 16:53:48
Comments
Leave a Comment

Please login to continue.