Uses of Class
persistence.cache.exceptions.NotInCacheException

Packages that use NotInCacheException
persistence.cache   
 

Uses of NotInCacheException in persistence.cache
 

Methods in persistence.cache that throw NotInCacheException
 java.lang.Object Cache.readDeep(ObjectID OID)
          Read deep object with OID.
 java.lang.Object Cache.readShallow(ObjectID OID)
          Read shallow object with OID.
 java.lang.Object SimpleCache.readDeep(ObjectID OID)
           
 java.lang.Object SimpleCache.readShallow(ObjectID OID)