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 2001-2021, Terracotta, Inc.