Uses of Class
org.apache.jcs.access.exception.ObjectNotFoundException

Packages that use ObjectNotFoundException
org.apache.jcs.engine.behavior Interfaces used by the core and the auxiliary caches. 
 

Uses of ObjectNotFoundException in org.apache.jcs.engine.behavior
 

Methods in org.apache.jcs.engine.behavior that throw ObjectNotFoundException
 ICacheElement ICacheService.get(String cacheName, Serializable key)
          Returns a cache bean from the specified cache; or null if the key does not exist.
 Map ICacheService.getMultiple(String cacheName, Set keys)
          Gets multiple items from the cache based on the given set of keys.
 



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.