Package | Description |
---|---|
org.nuxeo.ecm.core.transientstore | |
org.nuxeo.ecm.core.transientstore.api |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStorageEntry
Base class for
StorageEntry implementation |
class |
StorageEntryImpl
Default implementation for an
StorageEntry to be stored in a TransientStore |
Modifier and Type | Method and Description |
---|---|
StorageEntry |
AbstractTransientStore.get(String key) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransientStore.put(StorageEntry entry) |
Modifier and Type | Method and Description |
---|---|
StorageEntry |
TransientStore.get(String key)
Retrieve a new entry inside the Store
|
Modifier and Type | Method and Description |
---|---|
void |
TransientStore.put(StorageEntry entry)
Add a new entry in the Store
|
Copyright © 2015 Nuxeo SA. All rights reserved.