| Package | Description |
|---|---|
| org.apache.excalibur.store | |
| org.apache.excalibur.store.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
StoreJanitor.register(Store store)
register method for the stores
|
void |
StoreJanitor.unregister(Store store)
unregister method for the stores
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFilesystemStore
Stores objects on the filesystem: String objects as text files,
all other objects are serialized.
|
class |
AbstractJispFilesystemStore
This store is based on the Jisp library
(http://www.coyotegulch.com/jisp/index.html).
|
class |
AbstractReadWriteStore
This is a base implementation for stores that are synchronized by
using a read/write lock.
|
class |
JispFilesystemStore
This store is based on the Jisp library
(http://www.coyotegulch.com/jisp/index.html).
|
class |
MemoryStore |
class |
MRUMemoryStore
This class provides a cache algorithm for the requested documents.
|
| Modifier and Type | Field and Description |
|---|---|
private Store |
MRUMemoryStore.m_persistentStore |
| Modifier and Type | Method and Description |
|---|---|
private int |
StoreJanitorImpl.calcToFree(Store store)
This method claculates the number of Elements to be freememory
out of the Cache.
|
void |
StoreJanitorImpl.register(Store store)
This method register the stores
|
void |
StoreJanitorImpl.unregister(Store store)
This method unregister the stores
|