hi,
 
 I'm trying to store a cache in another cache.
is it possible..?
EmbeddedCacheManager cacheManager = new DefaultCacheManager("config.xml");
Cache<Object,Object> cache = cacheManager.getCache();
Cache<Object,Object> store = cacheManager.getCache();
 
cache.put("Cache",store);
 
Please reply ASAp
 
Thanks in Advance
 
Regards..
Venkatesha.k.c