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