Maven Repository: cache
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.
opensymphony » oscache
JCS
Comprehensive Caching System
jcs » jcs
ehcache
Ehcache is an open source, standards-based cache used to boost performance,
offload the database and simplify scalability. Ehcache is robust, proven and full-featured and
this has made it the most widely-used Java-based cache.
net.sf.ehcache » ehcache
c3p0:JDBC DataSources/Resource Pools
c3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources,
including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension.
c3p0 » c3p0
Ashkay Java Caching
How many classes does it take to make a cache? 60? 80? You might think so if you look at the other caches on the market.
Ashkay is a streamlined, simple cache that in many ways is more powerful than the other mainstream caches.
Ashkay is a strategy based caching tool. In most cases, you might be using a configuration file to tell the cache what
rules it should obey. Or, you might just be setting properties on the cache. I have never liked this model as it limits
me, the user of the cache to strategies the developer decided were important. Instead, Ashkay lets you choose the
strategy(ies) to use when caching certain objects. Of course, a few of the most handy strategies are pre-packaged, but
implementing a new one is a simple as can be.
Ashkay is a fork of xot caching code. Made more sense on its own.
ashkay » ashkay
Ehcache
Ehcache is a pure
Java, in-process cache with the following features: Fast, Simple, Acts as
a pluggable cache for Hibernate 2.1. Small foot print. Both in terms of size and memory requirements. Minimal dependencies. Fully documented. See the online Documentation, FAQ and the online JavaDoc. Comprehensively Test Coverage. Scalable to hundreds of caches and large multi-cpu servers. Production tested. All versions of
ehcache are production tested for several weeks on a large and very
busy eCommerce site before release.
ehcache » ehcache
Java HTTP cache :: Resolvers :: HttpComponents HttpClient
Responseresolver using Apache Http Components HttpClient
org.codehaus.httpcache4j.resolvers » resolvers-httpcomponents-httpclient
Java HTTP cache :: Resolvers :: Java net URLConnection
Responseresolver with java.net.URLConnection
org.codehaus.httpcache4j.resolvers » resolvers-net-urlconnection
Java HTTP cache :: Resolvers :: Commons HttpClient
Responseresolver using Commons HttpClient
org.codehaus.httpcache4j.resolvers » resolvers-commons-httpclient
Coconut Cache Test (pom)
Root Pom for Coconut Cache Test Project
org.coconut.cache.test » coconut-cache-test-parent
Coconut Cache Test TCK
Coconut Cache Test Compatibility Kit
org.coconut.cache.test » coconut-cache-test-tck
Coconut Cache Test Framework
Coconut Cache Test Framework
org.coconut.cache.test » coconut-cache-test-framework
Coconut Cache Examples
Usage examples for of Coconut Cache
org.coconut.cache » coconut-cache-examples
Coconut Cache API
API for Coconut Cache
org.coconut.cache » coconut-cache-api
Coconut Cache
Coconut Cache Standalone (pom)
org.coconut.cache » coconut-cache
Coconut Cache Impl
Common eviction cache policies
org.coconut.cache » coconut-cache-impl
Coconut Cache Policies
Common eviction cache policies
org.coconut.cache » coconut-cache-policies
Coconut Cache (pom)
Root Pom for Coconut Cache
org.coconut.cache » coconut-cache-parent
eXo Cache Service impl
eXo Cache Service impl
exo » exoplatform.services.cache.impl
Java HTTP cache
HttpCache4j is a library for caching HTTP requests from a client.
org.codehaus.httpcache4j » httpcache4j
JMS Replication
This module provides replication via JMS 1.1
net.sf.ehcache » ehcache-jmsreplication
${express-jar.artifactId}
Clustered Terracotta Ehcache module
net.sf.ehcache » ehcache-terracotta
Ehcache Web Filters
Web caching filters.
net.sf.ehcache » ehcache-web
Ehcache Standalone Server
The ehcache W3C and RESTful web services standalone server.
This is packaged as a distribution complete with all required dependencies.
net.sf.ehcache » ehcache-standalone-server
JGroups Replication
This module provides replication via JGroups
net.sf.ehcache » ehcache-jgroupsreplication
OpenJPA Caching Plugin
This module provides replication via JGroups
net.sf.ehcache » ehcache-openjpa
Ehcache JCache Implementation
Ehcache's wrapper implementation of JSR107 - JCACHE.
net.sf.ehcache » ehcache-jcache
Ehcache Parent
Ehcache is a widely used, pure Java, in-process, distributed cache
net.sf.ehcache » ehcache-parent
Ehcache Debugger
Ehcache bundled with RemoteDebugger
net.sf.ehcache » ehcache-debugger
Ehcache Core
This is the ehcache core module. Pair it with other modules for added functionality.
net.sf.ehcache » ehcache-core
Ehcache Server
The ehcache W3C and RESTful web services server.
net.sf.ehcache » ehcache-server
Apache ServiceMix :: Bundles :: ${pkgArtifactId}
This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.
org.apache.servicemix.bundles » org.apache.servicemix.bundles.oscache
OPS4J Pax Url - cache:
OPS4J Pax Url - cache: protocol handler.
Detailed information to be found at ?.
org.ops4j.pax.url » pax-url-cache
Jetspeed-2 File Cache
Jetspeed-2 File Cache
org.apache.portals.jetspeed-2 » jetspeed-file-cache
DataNucleus Cache plugin
DataNucleus Level2 third-party Caching plugin.
org.datanucleus » datanucleus-cache
jsr107cache
jsr107cache is a place for the evolving JCACHE API so that code can be written to the spec before final release.
net.sf.jsr107cache » jsr107cache
jboss-cache
JBoss Cache is a product designed to cache frequently accessed Java objects in order to dramatically improve the performance of e-business applications.
jboss » jboss-cache
Hibernate JBossCache Integration
Integration of Hibernate with JBossCache 3.x (though 2.x sould work as well)
org.hibernate » hibernate-jbosscache
Hibernate/Ehcache Integration
Integration for Ehcache into Hibernate as a second-level caching service
org.hibernate » hibernate-ehcache
Hibernate SwarmCache Integration
Integration of Hibernate with SwarmCache
org.hibernate » hibernate-swarmcache
Hibernate OSCache Integration
Integration of Hibernate with OSCache
org.hibernate » hibernate-oscache
Hibernate JBossCache2.x Integration
Integration of Hibernate with JBossCache (based on JBossCache2.x APIs)
org.hibernate » hibernate-jbosscache2
RCache
Java Reference based simple cache implementations.
net.sourceforge.rcache » rcache
Java HTTP cache :: Clients :: Commons HttpClient
Responseresolver with Commons HttpClient
org.codehaus.httpcache4j.clients » clients-httpClient
Java HTTP cache :: Clients :: Commons HttpClient
Responseresolver with Commons HttpClient
org.codehaus.httpcache4j.clients » clients-httpclient
Cake Cache (pom)
Root Pom for Cake Cache
org.codehaus.cake.cache » cake-cache-parent
Cake Cache Examples
This library contains usage examples for Cake Cache
org.codehaus.cake.cache » cake-cache-examples
Cake Cache Api
This library contains class that are used across all Cake projects
org.codehaus.cake.cache » cake-cache-api
Cake Cache Implementation
This library contains class that are used across all Cake projects
org.codehaus.cake.cache » cake-cache-impl
Cache Filter
Filter that sets browser's cache HTTP headers.
com.samaxes.cachefilter » cachefilter
Cake Cache Test Util
Cake Cache Test Framework
org.codehaus.cake.cache.test » cake-cache-test-util
Cake Cache Test Tck
Cake Cache Test Framework
org.codehaus.cake.cache.test » cake-cache-test-tck
Cake Cache Test (pom)
Root Pom for Cake Cache
org.codehaus.cake.cache.test » cake-cache-test-parent
Java HTTP cache :: Storage Engines :: EHCache
Storage using files
org.codehaus.httpcache4j.storage » storage-ehcache
Java HTTP cache :: Storage Engines :: Derby
Storage using Apache Derby, note that this module requires Java 6
org.codehaus.httpcache4j.storage » storage-derby
Java HTTP cache :: Storage Engines :: FileStorage
Storage using files
org.codehaus.httpcache4j.storage » storage-file
WADI :: Cache
WADI Cache
org.codehaus.wadi » wadi-cache
JPOX EHCache plugin
JPOX can be used with EHCache as the Level 2 Cache
jpox » jpox-ehcache
JPOX SwarmCache plugin
JPOX can be used with SwarmCache as the Level 2 Cache
jpox » jpox-swarmcache
JPOX OSCache plugin
JPOX can be used with OSCache as the Level 2 Cache
jpox » jpox-oscache
plexus-ehcache
plexus-ehcache
org.sonatype.spice » plexus-ehcache
Whirlycache
Super high-speed Java object cache
com.whirlycott » whirlycache
WADI :: Cache Plugin for OpenJPA
WADI Cache Plugin for OpenJPA
org.codehaus.wadi » wadi-cache-openjpa
Camel :: Cache
Camel Cache support based on ehCache
org.apache.camel » camel-cache
jmemcached Command Line Interface
Command line front end interface to the cache daemon.
com.thimbleware.jmemcached » jmemcached-cli
jmemcached Parent Project
Caching server speaking the memcached protocol, written in Java.
com.thimbleware.jmemcached » jmemcached-parent
jmemcached Core
Core implementation of the cache daemon
com.thimbleware.jmemcached » jmemcached-core
Hydra Test Kit
Hydra Cache performance and stability test kit
org.codehaus.hydra-cache » test-kit
Hydra Cache Java Client
Hydra Cache java client API library
org.codehaus.hydra-cache » client
Hydra Protocol Codec
Hydra Cache server protocol module and its codec
org.codehaus.hydra-cache » protocol
Hydra Data Bank
Hydra Cache internal data storage and cache module
org.codehaus.hydra-cache » data-storage
Hydra Server Bootstrap
Hydra Cache server boostrap module
org.codehaus.hydra-cache » bootstrap
Hydra HTTP Light Server
A ultra lightweight async non-blocking custom HTTP server implementation
org.codehaus.hydra-cache » http-server
Hydra Common Library
Hydra Cache common utility module
org.codehaus.hydra-cache » common
Hydra Server Assembly
Maven assembler module for Hydra Cache server
org.codehaus.hydra-cache » assembler
Hydra Conflict Resolver
Hydra Cache version conflict resolver module
org.codehaus.hydra-cache » conflict-resolver
Hydra Reliability Framework
Hydra Server internal reliability framework based onHarmony Oriented Architecture
org.codehaus.hydra-cache » harmony
Hydra Server Data Partitioning Library
Hydra Cache consistent hash based data partition library
org.codehaus.hydra-cache » data-partition
Hydra Project Parent
Java implementation of Dynamo - consistent-hash based distributed cache system
org.codehaus.hydra-cache » parent
ehcache-explicitlocking
Ehcache module that allows explicit locking
net.sf.ehcache » ehcache-explicitlocking
App Engine Memcache Adapter
Implementation of net.sf.jsr107cache for the Google App Engine Memcache API.
com.google.appengine » appengine-jsr107cache
Java HTTP cache :: Storage Engines :: H2
Storage using H2 database, note that this module requires Java 6
org.codehaus.httpcache4j.storage » storage-h2
Java HTTP cache :: Storage Engines :: JDBC
Storage using JDBC, note that this module requires Java 6
org.codehaus.httpcache4j.storage » storage-jdbc
Hydra Project Parent
Hydra Project Parent POM
org.codehaus.hydra-cache » parent-pom
expiring-cache
A very simple cache that supports expiring entries by based on a TTL.
com.jolira » expiring-cache
Simplecache module for Magnolia CMS
An alternative "simple is beautiful" cache module for Magnolia CMS
net.sourceforge.openutils » openutils-mgnlcache
Fulcrum Cache
Fulcrum Cache Service
org.apache.fulcrum » fulcrum-cache
Java EE Cache Filter
Java EE Cache Filter is a Servlet Filter that allows you to set HTTP headers in order to enable or disable browser caching.
com.samaxes.filter » cachefilter
HttpClient Cache
HttpComponents HttpClient - Cache
org.apache.httpcomponents » httpclient-cache
Ehcache
Ehcache support for iBatis Cache
com.googlecode.ibaguice.cache » ibaguice-ehcache
Hazelcast Cache
Hazelcast support for iBatis Cache
com.googlecode.ibaguice.cache » ibaguice-hazelcast
JBoss Cache
JBoss Cache support for iBatis Cache
com.googlecode.ibaguice.cache » ibaguice-jbosscache
OSCache
OSCache support for iBatis Cache
com.googlecode.ibaguice.cache » ibaguice-oscache
Memcached
Memcached support for iBatis Cache
com.googlecode.ibaguice.cache » ibaguice-memcached
xmemcached
Extreme performance modern memcached client for java
com.googlecode.xmemcached » xmemcached
Ehcache Web Filters Parent
parent pom for web module
net.sf.ehcache » ehcache-web-parent
MyBatis Caches :: Ehcache
Ehcache support for MyBatis Cache
org.mybatis.caches » mybatis-ehcache
MyBatis Caches :: Hazelcast
Hazelcast support for MyBatis Cache
org.mybatis.caches » mybatis-hazelcast
MyBatis Caches :: OSCache
OSCache support for MyBatis Cache
org.mybatis.caches » mybatis-oscache
MyBatis Caches :: Parent
3rd part cache implementations integration
for MyBatis sql mapping framework.
org.mybatis.caches » mybatis-caches-parent
Tapestry Service Cache
Easy, annotation-based caching for Tapestry 5 services
com.ciaranwood » tapestry-service-cache
Apache ServiceMix :: Bundles :: ehcache
This OSGi bundle wraps ehcache 2.6.3 jar file.
org.apache.servicemix.bundles » org.apache.servicemix.bundles.ehcache
YES Cache
YES Cache
org.yestech » yescache
Java HTTP cache :: Resolvers :: Ning Async
Responseresolver using Ning Async HttpClient
org.codehaus.httpcache4j.resolvers » resolvers-ning-async
MyBatis Caches :: Ehcache
Ehcache support for MyBatis Cache
org.mybatis » mybatis-ehcache
MyBatis Caches :: OSCache
OSCache support for MyBatis Cache
org.mybatis » mybatis-oscache
Fabric3 Cache Extensions Parent POM
Fabric3 Cache Extensions Parent POM.
org.codehaus.fabric3 » fabric3-extension-cache-parent-pom
Apache ServiceMix :: Bundles :: ${pkgArtifactId}
This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.
org.apache.servicemix.bundles » org.apache.servicemix.bundles.spymemcached
Fabric3 Cache Infinispan Extension
Infinispan-based cache
org.codehaus.fabric3 » fabric3-cache-infinispan
Fabric3 Cache Extension
The Fabric3 Cache Framework
org.codehaus.fabric3 » fabric3-cache
Cachemate
Library for simple in-memory, in-process caching of POJOs.
com.fasterxml » cachemate
Spring Cache Provider :: oscache
Commons Cache API : oscache implementation.
org.codehaus.redback.components.cache » plexus-cache-oscache
memcached-session-manager tomcat6
The msm tomcat6 specific implementation.
de.javakaffee.msm » memcached-session-manager-tc6
memcached-session-manager tomcat7
The msm tomcat7 specific implementation.
de.javakaffee.msm » memcached-session-manager-tc7
memcached-session-manager core
The msm core, provides java serialization strategy.
de.javakaffee.msm » memcached-session-manager
memcached-session-manager parent
A tomcat session manager that provides session failover / session replication using memcached (or a memcached compatible store). It supports both sticky and non-sticky sessions.
de.javakaffee.msm » memcached-session-manager-parent
memcached-session-manager project
A tomcat session manager that provides session failover / session replication using memcached (or a memcached compatible store). It supports both sticky and non-sticky sessions.
de.javakaffee.msm » memcached-session-manager-project
es.prodevelop.tilerastercache.wms
Library to cache tiles from WMS sources
es.prodevelop » es.prodevelop.tilerastercache.wms
es.prodevelop.tilerastercache
Library to cache tiles from different sources
es.prodevelop » es.prodevelop.tilerastercache
Implementation Tester
Wires together cache-tests with the RI implementation and runs JUnit against them. Create
a similar module for each new implementation you wish to test. See README.md for details.
javax.cache » implementation-tester
Cache Tests
Tests, which form part of the Technology Compatibility Kit for JSR107. You should be able to test an inplementation by:
1. Adding the dependency
2. Configuring the JUnit test fixtures
javax.cache » cache-tests
Test Domain
This is a simple domain used for testing javax.cache. It is in its own module so that classloading
nuances can be tested.
javax.cache » test-domain
jboss-cache-jdk50
POM was created from install:install-file
jboss » jboss-cache-jdk50
jcs-javagroups
jcs-javagroups » jcs-javagroups
swarmcache
swarmcache » swarmcache
c3p0-oracle-thin-extras
c3p0 » c3p0-oracle-thin-extras
fulcrum-cache
fulcrum » fulcrum-cache
Redback :: Users Provider :: Cached
org.codehaus.redback » redback-users-cached
Redback :: Key Management Provider :: Cached
org.codehaus.redback » redback-keys-cached
Redback :: RBAC Provider :: Cached
org.codehaus.redback » redback-rbac-cached
Redback :: Users Provider :: Cached
org.codehaus.plexus.redback » redback-users-cached
Redback :: Key Management Provider :: Cached
org.codehaus.plexus.redback » redback-keys-cached
Redback :: RBAC Provider :: Cached
org.codehaus.plexus.redback » redback-rbac-cached
Java HTTP cache :: Resolvers
org.codehaus.httpcache4j.resolvers » resolvers
Plexus EHCache Components
org.codehaus.plexus » plexus-ehcache
Israfil Foundation Lightweight Caching
net.israfil.foundation » israfil-foundation-cache
ehcache
org.dspace.xmlui.ehcache » ehcache
Plexus Security :: Key Management Cached Store
org.codehaus.plexus.security » plexus-security-keys-cached
Plexus Security :: User Management Provider :: Cached
org.codehaus.plexus.security » plexus-security-user-management-provider-cached
Plexus Security :: RBAC Authorization Store :: Cached
org.codehaus.plexus.security » plexus-security-authorization-rbac-store-cached
eXo Cache Service API
exo » exoplatform.services.cache.api
Java HTTP cache parent
org.codehaus.httpcache4j » httpcache4j-parent
Java HTTP cache :: Distribution
org.codehaus.httpcache4j » httpcache4j-dist
Java HTTP cache :: Storage API
org.codehaus.httpcache4j » httpcache4j-storage-api
Java HTTP cache :: Core
org.codehaus.httpcache4j » httpcache4j-core
Java HTTP cache :: API
org.codehaus.httpcache4j » httpcache4j-api
Ehcache Site
net.sf.ehcache » ehcache-site
Ehcache Distribution
net.sf.ehcache » ehcache-distribution
nanning-cache
nanning » nanning-cache
Cache URI Resolver Plug-in
org.eclipse.wst.internet » cache
perseus-cache
org.objectweb.perseus » perseus-cache
Extension EHCache Store
com.octo.captcha » jcaptcha-extension-ehcache-store
Extension JBossCache Store
com.octo.captcha » jcaptcha-extension-jbosscache-store
cocoon-eventcache
cocoon » cocoon-eventcache
Java HTTP cache :: Clients
org.codehaus.httpcache4j.clients » clients
Plexus Cache Provider :: hashmap
org.codehaus.plexus.cache » plexus-cache-hashmap
Plexus Cache Provider :: whirlycache
org.codehaus.plexus.cache » plexus-cache-whirlycache
Plexus Cache Provider :: ehcache
org.codehaus.plexus.cache » plexus-cache-ehcache
Plexus Cache Providers Parent
org.codehaus.plexus.cache » plexus-cache-providers-parent
Plexus Cache Provider :: oscache
org.codehaus.plexus.cache » plexus-cache-oscache
Plexus Cache Tests
org.codehaus.plexus.cache » plexus-cache-test
Plexus Cache API
org.codehaus.plexus.cache » plexus-cache-api
Plexus Cache Component Parent
org.codehaus.plexus.cache » plexus-cache-parent
Java HTTP cache :: Storage Engines
org.codehaus.httpcache4j.storage » storage
Redback :: Users Provider :: Cached
org.codehaus.plexus.redback.old » redback-users-cached
Redback :: Key Management Provider :: Cached
org.codehaus.plexus.redback.old » redback-keys-cached
Redback :: RBAC Provider :: Cached
org.codehaus.plexus.redback.old » redback-rbac-cached
Jasig CAS Client for Java - Distributed Proxy Storage Support: Memcached
org.jasig.cas » cas-client-support-distributed-memcached
Java HTTP cache :: Integration tests
org.codehaus.httpcache4j » httpcache4j-it
Jasig CAS Client for Java - Distributed Proxy Storage Support: EhCache
org.jasig.cas » cas-client-support-distributed-ehcache
jmemcached Integration Test Module
com.thimbleware.jmemcached » jmemcached-test
Jasig CAS Memcached Integration
org.jasig.cas » cas-server-integration-memcached
unlockedreadsview
net.sf.ehcache » ehcache-unlockedreadsview
nonstopcache
net.sf.ehcache » ehcache-nonstopcache
Ehcache Terracotta Support
net.sf.ehcache » ehcache-terracotta-root
Apache Shiro :: Support :: EHCache
org.apache.shiro » shiro-ehcache
Jasig CAS Client for Java - Distributed Proxy Storage Support: EhCache
org.jasig.cas.client » cas-client-support-distributed-ehcache
Jasig CAS Client for Java - Distributed Proxy Storage Support: Memcached
org.jasig.cas.client » cas-client-support-distributed-memcached
opentravel.org schema cache - 2010B
org.jibx.schema.org.opentravel._2010B » opentravel-schema-cache
/realm/cache
org.wamblee.glassfish » flexiblejdbcrealm-cache
shoal-cache
org.shoal » shoal-cache
opentravel.org schema cache - 2011A
org.jibx.schema.org.opentravel._2011A » opentravel-schema-cache
GlassFish ha-shoal-store
org.glassfish.ha » ha-shoal-cache-store
GlassFish ha-shoal-cache-bootstrap
org.glassfish.ha » ha-shoal-cache-bootstrap
JSR107 RI
javax.cache.implementation » cache-ri
TCK Parent
javax.cache » tck-parent