ehcache

Package net.sf.ehcache.constructs.readthrough

Ehcache simple read through cache decorator package

See:
          Description

Class Summary
ReadThroughCache This class implements the simplest of all possible read through cache behaviors, where a call the get() will delegate to a call to getWithLoader().
ReadThroughCacheConfiguration This classed is used to programmatically configure a ReadThroughCache.
ReadThroughCacheFactory CacheDecoratorFactory implementation for the ReadThroughCache cache decorator.
 

Package net.sf.ehcache.constructs.readthrough Description

Ehcache simple read through cache decorator package

This package contains a simple read through cache decorator


ehcache

Copyright 2001-2014, Terracotta, Inc.