Examples of HierarchicalCacheImpl


Examples of org.jboss.fresh.cache.HierarchicalCacheImpl

  public VFSCacheWrapper cache;

  private static Logger log = Logger.getLogger(CachedDefaultVFS.class);

  public CachedDefaultVFS(VFSMeta meta, VFSStore store, TagFactory tags) {
    this(new HierarchicalCacheImpl(), meta, store, tags);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.