Interface | Description |
---|---|
RtfDataCache |
The RtfDataCache interface must be implemented by classes wishing to
act as caches for the rtf document data.
|
Class | Description |
---|---|
RtfDiskCache |
The RtfFileCache is a RtfDataCache that uses a temporary file
to store the rtf document data.
|
RtfMemoryCache |
The RtfMemoryCache is an RtfDataCache that keeps the whole rtf document
data in memory.
|