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
  1. CacheEntry
Cache.getEntry(EntryInfo entryInfo)
Deprecated. Use DistributedMap to store and manage objects in cache.
  1. java.lang.Object
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
  1. EntryInfo
CacheableCommand.getEntryInfo()
This gets the EntryInfo object for this command, which holds caching metadata.
Modifier and Type Method and Description
  1. void
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
  1. CacheEntry
CoreCache.put(EntryInfo ei,java.lang.Object value)
Puts an entry into the CoreCache.