简体   繁体   中英

which class should i import to use jboss cache?

i want to use jboss cache, but i don't know which jar and where to get it.

      import org.jboss.cache.Fqn;
      import org.jboss.cache.Node;
      import org.jboss.cache.PropertyConfigurator;
      import org.jboss.cache.TreeCache;

i get errors like "The import org.jboss.cache.TreeCache cannnot be resolved."

Thanks.

All JBoss Cache artifacts are available here .

JBoss Cache is no longer developed. Consider using its successor infinispan .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM