- CacheJmxWrapper.getCache() needs to be generified 2007-07-11 - By k-dub
Back I'm experimenting with CacheJmxWrapper and found a difference compared to the CacheFactory. We normally use this code: CacheFactory<String, our.app.CacheEntry> factory = DefaultCacheFactory .getInstance(); | Cache<String, our.app.CacheEntry> cache = factory.createCache( configFile, false );
If I try to use the getCache() method of CacheJmxWrapper, I can't use generics. :(
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic &p=4063235#4063235
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode =reply&p=4063235 __ ____ ____ ____ ____ ____ ____ ____ ____ ____ jboss-user mailing list jboss-user@(protected) https://lists.jboss.org/mailman/listinfo/jboss-user
|
|