Package org.infinispan.loaders.jdbm

Examples of org.infinispan.loaders.jdbm.JdbmCacheStore$BTreeSet


   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

Related Classes of org.infinispan.loaders.jdbm.JdbmCacheStore$BTreeSet

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.