|
Java Open Source Projects
|
In computer science, a cache (pronounced k?sh) is a collection of data duplicating original values stored elsewhere or computed earlier, where the original data are expensive (usually in terms of access time) to fetch or compute relative to reading the cache. Once the data are stored in the cache, future use can be made by accessing the cached copy rather than refetching or recomputing the original data, so that the average access time is lower.
JCS - Java Caching System
JCS is a distributed caching system written in java. It is intended to speed up applications by providing a means to manage cached data of various dynamic natures. Like any caching... OSCache OSCache is a caching solution that includes a JSP tag library and set of classes to perform fine grained dynamic caching of JSP content, servlet responses or arbitrary objects. It ... ShiftOne Java Object Cache ShiftOne Java Object Cache is a Java library that implements several strict object caching policies, decorators that add behavior, and a light framework for configuring them for an... WhirlyCache Whirlycache is a fast, configurable in-memory object cache for Java. It can be used, for example, to speed up a website or an application by caching objects that would otherwise ha... Open Terracotta Open Terracotta is a development project dedicated to bringing the best available clustering technology to Java. We recognize that the most successful software technology - the kin... FKache All access to the cache goes through the class javax.util.jcache.CacheAccess. IThere has also been added an alternative way to access the cache, you can use a regular Map interface... Ehcache Ehcache is a widely used java distributed cache for general purpose caching, Java EE and light-weight containers. It features memory and disk stores, replicate by copy and inval... Cache4j Cache for java objects. Simple API and fast implementation. Features: in memory caching design for multithread environment two implementation: synchronized, blocking ... Jofti Jofti is a simple to use, high-performance object indexing and searching solution for Objects in a Caching layer or storage structure that supports the Map interface. The framework... SwarmCache SwarmCache is a simple but effective distributed cache. It uses IP multicast to efficiently communicate with any number of hosts on a LAN. It is specifically designed for use by cl... |