| Class | Description |
|---|---|
| DefaultQueueFileHandlerImpl |
A default implementation of
IStringQueueFileHandler to create
and delete cache files locally. |
| DefaultXmlQueueFileHandlerImpl |
A specialized class of
DefaultQueueFileHandlerImpl to be used to store
XML strings in the file of the queue by appending the XML header and footer at the beginning and at the
end of each file of the cache. |
| EntriesQueue |
The queue of entries.
|
| QueueEntry |
An entry of the cache.
|
| QueueFile |
Each file used by the cache.
|
| TimestampedStringQueue |
Objects from this class implement a FIFO queue of strings.
|
| TimestampedStringQueueFileHandler |
The file handler invoked by the queue
|
| Exception | Description |
|---|---|
| StringQueueException |
The exception generated by the queue of strings.
|