com.ibm.websphere.cache.webservices
Interface JAXRPCEntryInfo
All Superinterfaces:
- public interface JAXRPCEntryInfo
- extends EntryInfo
JAXRPCEntryInfo objects are attached to each cache entry. MetaDataGenerator uses this interface to define the caching metadata for an entry.
The following is a summary of the caching metadata for a CacheEntry:
- The template. (set internally by WebSphere)
- The id. (set internally by WebSphere with the output of the IdGenerator.getId() method)
- The priority.
- The time limit.
- The dataIds.
Field Summary
Fields inherited from interface com.ibm.websphere.cache.EntryInfo |
---|
NOT_SHARED, SHARED_PULL, SHARED_PUSH, SHARED_PUSH_PULL |
Method Summary
Methods inherited from interface com.ibm.websphere.cache.EntryInfo |
---|
addAlias, addDataId, addTemplate, getAliasList, getCacheType, getDataIds, getExpirationTime, getId, getIdObject, getInactivity, getPersistToDisk, getPriority, getSharingPolicy, getTemplate, getTemplates, getTimeLimit, getUserMetaData, getValidatorExpirationTime, isBatchEnabled, isNotShared, isSharedPull, isSharedPush, setBatchEnabled, setExpirationTime, setId, setInactivity, setPersistToDisk, setPriority, setSharingPolicy, setTimeLimit, setUserMetaData |