Package org.jboss.fresh.cache

Examples of org.jboss.fresh.cache.HierarchicalCacheImpl$CtxHashMap


  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

Related Classes of org.jboss.fresh.cache.HierarchicalCacheImpl$CtxHashMap

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.