[infinispan-dev] Adding a cache in another cache..
venkatesh k c
vksvkc at gmail.com
Wed Mar 16 08:54:06 EDT 2011
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/infinispan-dev/attachments/20110316/2b213980/attachment.html
More information about the infinispan-dev
mailing list