com.ibm.websphere.cache
Uses of Interface EntryInfo
Packages that use EntryInfo
| Package | Description |
|---|---|
| com.ibm.websphere.cache | |
| com.ibm.websphere.command | |
| com.ibm.wsspi.cache |
Uses of EntryInfo in com.ibm.websphere.cache
| Modifier and Type | Method and Description |
|---|---|
Cache.getEntry(EntryInfo entryInfo)
Deprecated. Use DistributedMap to store and manage objects
in cache.
|
|
|
Cache.getValue(EntryInfo entryInfo,boolean askPermission)
Deprecated. Use DistributedMap to store and manage objects
in cache.
|
Uses of EntryInfo in com.ibm.websphere.command
| Modifier and Type | Method and Description |
|---|---|
CacheableCommand.getEntryInfo()
This gets the EntryInfo object for this command, which
holds caching metadata.
|
| Modifier and Type | Method and Description |
|---|---|
|
CommandCaller.unionDependencies(EntryInfo entryInfo)
This interface allows the caller of a command to have additional
invalidation dependencies added by the command.
|
Uses of EntryInfo in com.ibm.wsspi.cache
| Modifier and Type | Method and Description |
|---|---|
CoreCache.put(EntryInfo ei,java.lang.Object value)
Puts an entry into the CoreCache.
|