See: Description
| Interface | Description |
|---|---|
| CacheWriter |
A CacheWriter is an interface used for write-through and write-behind caching to a underlying resource.
|
| CacheWriterManager |
A
CacheWriterManager coordinates how element are written to a back-end store. |
| Class | Description |
|---|---|
| AbstractCacheWriter |
A convenience abstract base class that implements all
CacheWriter methods. |
| CacheWriterFactory |
An abstract factory for creating cache writers.
|
| Exception | Description |
|---|---|
| CacheWriterManagerException |
An exception specifically for throwing exceptions that happen with a
CacheWriterManager implementation. |
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.