Examples of JdbmCacheStore


Examples of org.infinispan.loaders.jdbm.JdbmCacheStore

   private String tmpDirectory;

   @Override
   protected void addCacheStore(LegacyStoreConfigurationBuilder cb) {
      cb.cacheStore(new JdbmCacheStore())
         .purgeSynchronously(true) // for more accurate unit testing
         .addProperty("location", tmpDirectory);
   }
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.