From: Shruthi s <shr...@gm...> - 2015-12-15 14:21:20
|
Hello all, I am trying to write an implementation of org.springframework.cache.Cache and org.springframework.cache.CacheManager for a caching library that we have built in house. Essentially I am trying to write an adapter. Besides going through other implementations such as the GuavaCache and the RedisCache, I wanted to know if there were any best practices or things to keep in mind / look out for while writing the adapter. Regards, Shruthi |