Package | Description |
---|---|
org.apache.manifoldcf.core.cachemanager | |
org.apache.manifoldcf.core.interfaces |
Modifier and Type | Class and Description |
---|---|
protected class |
CacheManager.CacheHandle
This is the local implementation of ICacheHandle.
|
Modifier and Type | Method and Description |
---|---|
ICacheHandle |
CacheManager.enterCache(ICacheDescription[] locateObjectDescriptions,
StringSet invalidateKeys,
String transactionID)
Second way of doing cache management.
|
Modifier and Type | Method and Description |
---|---|
ICacheCreateHandle |
CacheManager.enterCreateSection(ICacheHandle handle)
Enter a creation critical section.
|
void |
CacheManager.invalidateKeys(ICacheHandle handle)
Invalidate keys.
|
void |
CacheManager.leaveCache(ICacheHandle handle)
Leave the cache.
|
Modifier and Type | Method and Description |
---|---|
ICacheHandle |
ICacheManager.enterCache(ICacheDescription[] locateObjectDescriptions,
StringSet invalidateKeys,
String transactionID)
Second way of doing cache management.
|
Modifier and Type | Method and Description |
---|---|
ICacheCreateHandle |
ICacheManager.enterCreateSection(ICacheHandle handle)
Enter a creation critical section.
|
void |
ICacheManager.invalidateKeys(ICacheHandle handle)
Invalidate keys.
|
void |
ICacheManager.leaveCache(ICacheHandle handle)
Leave the cache.
|