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. |
| RedisCache |
Cache implementation on top of Redis.
|
| RedisCacheManager |
CacheManager implementation for Redis. |