See: Description
Class | Description |
---|---|
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. |
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.