Uses of Interface
com.ibm.websphere.cache.EntryInfo
-
Packages that use EntryInfo Package Description com.ibm.websphere.cache com.ibm.wsspi.cache -
-
Uses of EntryInfo in com.ibm.websphere.cache
Methods in com.ibm.websphere.cache with parameters of type EntryInfo Modifier and Type Method Description CacheEntry
Cache. getEntry(EntryInfo entryInfo)
Deprecated.Use DistributedMap to store and manage objects in cache.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.wsspi.cache
Methods in com.ibm.wsspi.cache with parameters of type EntryInfo Modifier and Type Method Description CacheEntry
CoreCache. put(EntryInfo ei, java.lang.Object value)
Puts an entry into the CoreCache.
-