Package org.jboss.cache.pojo.interceptors.dynamic

Examples of org.jboss.cache.pojo.interceptors.dynamic.CachedMapInterceptor


      return result;
   }

   public static ClassProxy createMapProxy(PojoCacheImpl cache, Fqn fqn, Class clazz, Map obj) throws Exception
   {
      return CollectionInterceptorUtil.createProxy(clazz, new CachedMapInterceptor(cache, fqn, clazz, obj));
   }
View Full Code Here

TOP

Related Classes of org.jboss.cache.pojo.interceptors.dynamic.CachedMapInterceptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.