Uses of Class
cloud.opencode.base.cache.exception.OpenCacheException
Packages that use OpenCacheException
-
Uses of OpenCacheException in cloud.opencode.base.cache
Subclasses of OpenCacheException in cloud.opencode.base.cacheModifier and TypeClassDescriptionstatic classException thrown when cache operation times out 缓存操作超时时抛出的异常 -
Uses of OpenCacheException in cloud.opencode.base.cache.exception
Methods in cloud.opencode.base.cache.exception that return OpenCacheExceptionModifier and TypeMethodDescriptionstatic OpenCacheExceptionOpenCacheException.capacityExceeded(String cacheName, long maxCapacity) Create capacity exceeded exception 创建容量超出异常static OpenCacheExceptionOpenCacheException.loadingFailed(String cacheName, Object key, Throwable cause) Create loading exception 创建加载异常static OpenCacheExceptionCreate timeout exception 创建超时异常