Package | Description |
---|---|
com.ibm.websphere.cache | |
com.ibm.websphere.cache.exception |
Modifier and Type | Method and Description |
---|---|
void |
DistributedNioMap.put(java.lang.Object key,
java.lang.Object value,
java.lang.Object userMetaData,
int priority,
int timeToLive,
int inactivityTime,
int sharingPolicy,
java.lang.Object[] dependencyIds,
java.lang.Object[] alias,
boolean skipMemoryAndWriteToDisk)
Associates the specified value with the specified key in this map.
|
Modifier and Type | Class and Description |
---|---|
class |
DiskCacheEntrySizeOverLimitException
Signals that the cache entry size is over the configured "diskCacheEntrySizeInMB" limit
when writing the cache entry to the disk cache.
|
class |
DiskCacheUsingOldFormatException |
class |
DiskIOException
Signals that a disk IO exception has occurred when writing the cache entry to the disk cache.
|
class |
DiskOffloadNotEnabledException
Signals that the disk offload feature for the cache instance is not enabled to perform this operation.
|
class |
DiskSizeInEntriesOverLimitException
Signals that the disk cache size in entries is over the configured "diskCacheSize" limit
when writing the cache entry to the disk cache.
|
class |
DiskSizeOverLimitException
Signals that either (1) there is no disk space available or (2) the disk cache size in GB is over
the configured "diskCacheSizeInGB" limit when writing the cache entry to the disk cache.
|
class |
DynamicCacheServiceNotStarted
The Dynamic cache service has not started.
|
class |
MiscellaneousException
Signals that a runtime exception other than a disk IOException has occurred when
writing the cache entry to the disk cache.
|
class |
SerializationException
Signals that a serialization exception has occurred when writing the cache entry to the disk cache.
|