--
You received this message because you are subscribed to the Google Groups "simple-spring-memecached" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simple-spring-memecached+unsub...@googlegroups.com.
To post to this group, send email to simple-spring-memecached@googlegroups.com.
Visit this group at https://groups.google.com/group/simple-spring-memecached.
For more options, visit https://groups.google.com/d/optout.
Hi,Do you see the same behavior when using org.springframework.cache.support.SimpleCacheManager instead of SSM?-- Ragnor
On 27 July 2018 at 21:25, Zekariyas Kassa <k.zbe...@gmail.com> wrote:
I am seeing a significant number of cache misses when using SSM with Spring. I am using @Cacheable, @CachePut, @CacheEvit with a custom key construction method specified as SpEL.@Cachable(value="PERSON", key="#root.target.construct(#name, #age)", unless="result == null")Person getPerson(String name, int age){//}My construct method just removes spaces and concatenate all the parameters by "," and returns.Please help. Thanks
--
You received this message because you are subscribed to the Google Groups "simple-spring-memecached" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simple-spring-memecached+unsub...@googlegroups.com.
To post to this group, send email to simple-sprin...@googlegroups.com.