See: Description
Interface | Description |
---|---|
RedisCachePrefix |
Contract for generating 'prefixes' for Cache keys saved in Redis.
|
Class | Description |
---|---|
DefaultRedisCachePrefix |
Default implementation for
RedisCachePrefix which uses the given cache name and a delimiter for creating the
prefix. |
RedisCacheManager |
CacheManager implementation for Redis. |