JBoss Cache is a product designed to cache frequently accessed Java objects in order to dramatically improve the performance of e-business applications..
Here is the list of declaration for jboss-cache. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>jboss</groupId> <artifactId>jboss-cache</artifactId> <version>1.4.1.GA</version> </dependency>
If you think this Maven repository POM file listing for jboss-cache is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:lgpl
URL: http://repository.jboss.com/licenses/lgpl.txt.
The following packages are defined in the jboss-cache-1.4.1.GA.jar
org.jboss.cache org.jboss.cache.aop org.jboss.cache.aop.annotation org.jboss.cache.aop.collection org.jboss.cache.aop.eviction org.jboss.cache.aop.interceptors org.jboss.cache.aop.references org.jboss.cache.aop.util org.jboss.cache.buddyreplication org.jboss.cache.config org.jboss.cache.eviction org.jboss.cache.factories org.jboss.cache.interceptors org.jboss.cache.loader org.jboss.cache.loader.bdbje org.jboss.cache.loader.jdbm org.jboss.cache.loader.rmi org.jboss.cache.loader.tcp org.jboss.cache.lock org.jboss.cache.marshall org.jboss.cache.optimistic org.jboss.cache.rpc org.jboss.cache.statetransfer org.jboss.cache.transaction org.jboss.cache.util org.jboss.cache.xml
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>jboss</groupId> <artifactId>jboss-cache</artifactId> <version>1.4.1.GA</version> <url>http://www.jboss.org/products/jbosscache</url> <description>JBoss Cache is a product designed to cache frequently accessed Java objects in order to dramatically improve the performance of e-business applications.</description> <licenses> <license> <name>lgpl</name> <url>http://repository.jboss.com/licenses/lgpl.txt</url> </license> </licenses> </project>