com.lowagie.text.rtf.document.output
public interface: RtfDataCache [javadoc |
source]
All Known Implementing Classes:
RtfEfficientMemoryCache, RtfMemoryCache, RtfDiskCache
The RtfDataCache interface must be implemented by classes wishing to
act as caches for the rtf document data.
- version:
$ - Id: RtfDataCache.java 3373 2008-05-12 16:21:24Z xlv $
- author:
Mark - Hall (Mark.Hall@mail.room3b.eu)
- author:
Thomas - Bickel (tmb99@inode.at)
| Field Summary |
|---|
| public static final int | CACHE_MEMORY_EFFICIENT | Constant for caching efficiently into memory. |
| public static final int | CACHE_MEMORY | Constant for caching into memory. |
| public static final int | CACHE_DISK | Constant for caching to the disk. |