Class Summary |
AbstractFilesystemStore |
Stores objects on the filesystem: String objects as text files,
all other objects are serialized. |
AbstractJispFilesystemStore |
This store is based on the Jisp library
(http://www.coyotegulch.com/jisp/index.html). |
AbstractReadWriteStore |
This is a base implementation for stores that are synchronized by
using a read/write lock. |
JispFilesystemStore |
This store is based on the Jisp library
(http://www.coyotegulch.com/jisp/index.html). |
JispKey |
Wrapper class for Keys to be compatible with the
Jisp KeyObject. |
MemoryStore |
|
MRUMemoryStore |
This class provides a cache algorithm for the requested documents. |
StoreJanitorImpl |
This class is a implentation of a StoreJanitor. |