Uses of Class
com.compoundtheory.objectcache.ObjectNotFoundException

Packages that use ObjectNotFoundException
com.compoundtheory.objectcache   
 

Uses of ObjectNotFoundException in com.compoundtheory.objectcache
 

Methods in com.compoundtheory.objectcache that throw ObjectNotFoundException
 java.lang.Object ObjectCache.get(java.lang.String key)
          Retrieve an object from the cache
 java.lang.Object CacheManager.get(java.lang.String clazz, java.lang.String key)
          Retrieve a CFC from the cache
 java.lang.Object DummyCacheManager.get(java.lang.String clazz, java.lang.String key)
          Will always throw a ObjectNotFoundException
 java.lang.Object ICacheManager.get(java.lang.String clazz, java.lang.String key)
          Retrieve a CFC from the cache