Package | Description |
---|---|
org.apache.manifoldcf.core.cachemanager | |
org.apache.manifoldcf.core.interfaces |
Modifier and Type | Class and Description |
---|---|
protected class |
CacheManager.CacheCreateHandle
This is the local implementation of ICacheCreateHandle
|
Modifier and Type | Method and Description |
---|---|
ICacheCreateHandle |
CacheManager.enterCreateSection(ICacheHandle handle)
Enter a creation critical section.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheManager.leaveCreateSection(ICacheCreateHandle handle)
Leave the create section.
|
Object |
CacheManager.lookupObject(ICacheCreateHandle handle,
ICacheDescription objectDescription)
Lookup an object.
|
void |
CacheManager.saveObject(ICacheCreateHandle handle,
ICacheDescription objectDescription,
Object object)
Save a newly created object.
|
Modifier and Type | Method and Description |
---|---|
ICacheCreateHandle |
ICacheManager.enterCreateSection(ICacheHandle handle)
Enter a creation critical section.
|
Modifier and Type | Method and Description |
---|---|
void |
ICacheManager.leaveCreateSection(ICacheCreateHandle handle)
Leave the create section.
|
Object |
ICacheManager.lookupObject(ICacheCreateHandle handle,
ICacheDescription objectDescription)
Lookup an object.
|
void |
ICacheManager.saveObject(ICacheCreateHandle handle,
ICacheDescription objectDescription,
Object object)
Save a newly created object.
|