com.ibm.websphere.cache.exception

Uses of Class DynamicCacheException

Packages that use DynamicCacheException

Package Description
com.ibm.websphere.cache
com.ibm.websphere.cache.exception

Uses of DynamicCacheException in com.ibm.websphere.cache

Modifier and Type Method and Description
  1. 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.

Uses of DynamicCacheException in com.ibm.websphere.cache.exception

Modifier and Type Class and Description
  1. class
DiskCacheEntrySizeOverLimitException
Signals that the cache entry size is over the configured "diskCacheEntrySizeInMB" limit when writing the cache entry to the disk cache.
  1. class
DiskCacheUsingOldFormatException
  1. class
DiskIOException
Signals that a disk IO exception has occurred when writing the cache entry to the disk cache.
  1. class
DiskOffloadNotEnabledException
Signals that the disk offload feature for the cache instance is not enabled to perform this operation.
  1. 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.
  1. 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.
  1. class
DynamicCacheServiceNotStarted
The Dynamic cache service has not started.
  1. class
MiscellaneousException
Signals that a runtime exception other than a disk IOException has occurred when writing the cache entry to the disk cache.
  1. class
SerializationException
Signals that a serialization exception has occurred when writing the cache entry to the disk cache.