CacheManager and memcached
Dear all,
Any plan to support memcache as a CacheManager (when using @Cacheable and @CacheEvict annotations) ?
A googlecode project exists, I can get it work (on Elasticache) but the configuration is very verbose.
See : http://code.google.com/p/simple-spri...he_Integration
A built in support in spring framework would be very usefull, especially given the growing number of horizontal scaling architectures (aws ec2 autoscaling, aws beanstalk...), where ConcurrentMapCacheFactoryBean cannot be used.
Thanks,
- A