Package ch.entwine.weblounge.cache

Examples of ch.entwine.weblounge.cache.ResponseCacheTracker


      createHomepage();
    }

    Bundle bundle = loadBundle(site);
    if (bundle != null) {
      responseCacheTracker = new ResponseCacheTracker(bundle.getBundleContext(), site.getIdentifier());
      responseCacheTracker.open();
      environmentTracker = new EnvironmentTracker(bundle.getBundleContext(), this);
      environmentTracker.open();
    }
  }
View Full Code Here

TOP

Related Classes of ch.entwine.weblounge.cache.ResponseCacheTracker

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.