Package org.jboss.cache.loader

Examples of org.jboss.cache.loader.DummySharedInMemoryCacheLoader


   }

   @AfterMethod
   public void emptyCacheLoader()
   {
      DummySharedInMemoryCacheLoader loader = (DummySharedInMemoryCacheLoader) loaderTL.get();
      if (loader != null) loader.wipeBin();
      loaderTL.set(null);
   }
View Full Code Here

TOP

Related Classes of org.jboss.cache.loader.DummySharedInMemoryCacheLoader

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.