$keyPrefix public property
A string prefixed to every cache key. This is needed when you store cache data under the same $cachePath for different applications to avoid conflict.
To ensure interoperability, only alphanumeric characters should be used.
public string $keyPrefix = ''
Please login to continue.