Package org.jboss.cache.pojo.collection

Examples of org.jboss.cache.pojo.collection.CachedListImpl$MyCachedSubListImpl


   public CachedListInterceptor(PojoCacheImpl cache, Fqn fqn, Class clazz, List obj)
   {
      super(cache, fqn);
      methodMap_ = CollectionInterceptorUtil.getMethodMap(clazz);
      cacheImpl_ = new CachedListImpl(cache, this);
      inMemImpl_ = obj;   // lazy initialization here.
      current_ = cacheImpl_;
   }
View Full Code Here

TOP

Related Classes of org.jboss.cache.pojo.collection.CachedListImpl$MyCachedSubListImpl

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.