public interface TransientStoreService
TransientStore
Modifier and Type | Method and Description |
---|---|
void |
doGC()
Triggers Garbage collecting of all
TransientStore |
TransientStore |
getStore(String name)
Retrieves a
TransientStore by it's name. |
TransientStore getStore(String name)
TransientStore
by it's name.
If the TransientStore
is not found, returns the default one.
name
- the name of the target TransientStore
TransientStore
or the default one if not foundvoid doGC()
TransientStore
Copyright © 2015 Nuxeo SA. All rights reserved.