Creates a default CacheKeyPrefix scheme that prefixes cache keys with cacheName followed by double
colons. A cache named myCache will prefix all cache keys with myCache::.
Creates a CacheKeyPrefix scheme that prefixes cache keys with the given prefix. The prefix is
prepended to the cacheName followed by double colons. A prefix redis- with a cache named
myCache results in redis-myCache::.