Uses of Class
org.apache.commons.jcs3.access.exception.ObjectNotFoundException
Packages that use ObjectNotFoundException
Package
Description
Interfaces used by the core and the auxiliary caches.
-
Uses of ObjectNotFoundException in org.apache.commons.jcs3.engine.behavior
Methods in org.apache.commons.jcs3.engine.behavior that throw ObjectNotFoundExceptionModifier and TypeMethodDescriptionReturns a cache bean from the specified cache; or null if the key does not exist.Map<K,
ICacheElement<K, V>> ICacheService.getMultiple
(String cacheName, Set<K> keys) Gets multiple items from the cache based on the given set of keys.