Package org.jboss.metadata.plugins.cache

Examples of org.jboss.metadata.plugins.cache.DefaultCacheFactory


    */
   public CachingMetaDataContext(MetaDataContext parent, List<MetaDataRetrieval> retrievals, CacheFactory factory)
   {
      super(parent, retrievals);
      if (factory == null)
         factory = new DefaultCacheFactory();
      validTime = getValidTime().getValidTime();
      this.factory = factory;
      this.fqn = factory.createFqn(this);
   }
View Full Code Here

TOP

Related Classes of org.jboss.metadata.plugins.cache.DefaultCacheFactory

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.