I have two level cache EhCache and Memcache, I add two cache implements to CacheManager , what I want is if the Object doesn't exist in EhCache it should get it from Memcache ,if Memcache doesn't have it then should invoke method , I see source file , it only get the first Cache, then invoked the method.
Cache cache = context.getCaches().iterator().next();
abdushkur ablimit opened SPR-16330 and commented
I have two level cache EhCache and Memcache, I add two cache implements to CacheManager , what I want is if the Object doesn't exist in EhCache it should get it from Memcache ,if Memcache doesn't have it then should invoke method , I see source file , it only get the first Cache, then invoked the method.
Cache cache = context.getCaches().iterator().next();
Affects: 4.3.8
Attachments:
The text was updated successfully, but these errors were encountered: