We now allow users to build custom CacheManagers based on RedisCacheManager more easily by making a broader API accessible to sub-classes. In that sense we also allowing RedisCache to be used in custom implementations by making it public. Original pull request: #120.