|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Store | |
org.apache.excalibur.store | |
org.apache.excalibur.store.impl | |
org.apache.excalibur.xml.xslt |
Uses of Store in org.apache.excalibur.store |
Methods in org.apache.excalibur.store with parameters of type Store | |
void |
StoreJanitor.register(Store store)
register method for the stores |
void |
StoreJanitor.unregister(Store store)
unregister method for the stores |
Uses of Store in org.apache.excalibur.store.impl |
Classes in org.apache.excalibur.store.impl that implement Store | |
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. |
Methods in org.apache.excalibur.store.impl with parameters of type Store | |
void |
StoreJanitorImpl.register(Store store)
This method register the stores |
void |
StoreJanitorImpl.unregister(Store store)
This method unregister the stores |
Uses of Store in org.apache.excalibur.xml.xslt |
Fields in org.apache.excalibur.xml.xslt declared as Store | |
protected Store |
XSLTProcessorImpl.m_store
The store service instance |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |