ehcache

Package net.sf.ehcache.constructs

The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns.

See:
          Description

Class Summary
CacheDecoratorFactory An abstract factory for creating decorated Ehcache instances.
EhcacheDecoratorAdapter Adapter class for Ehcache interface decorators.
 

Package net.sf.ehcache.constructs Description

The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns.

All implementations use ehcache as the backing cache. They also share a common purpose - to create very high performance Java applications.

Pattern Implementations

General Purpose Caching

Web Caching

Servlet 2.3 caching filters that cache HTTP/S responses:


ehcache

Copyright 2001-2015, Terracotta, Inc.