Class Hierarchy
- java.lang.Object
- org.cache2k.core.operation.Operations<K,V>
- org.cache2k.core.operation.Semantic.Base<K,V,R> (implements org.cache2k.core.operation.Semantic<K,V,R>)
- org.cache2k.core.operation.Semantic.InsertOrUpdate<K,V,R>
- org.cache2k.core.operation.Semantic.MightUpdate<K,V,R>
- org.cache2k.core.operation.Operations.ExpireEvent<K,V>
- org.cache2k.core.operation.Semantic.Update<K,V,R>
- org.cache2k.core.operation.Semantic.Read<K,V,R>
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.cache2k.CacheException
- org.cache2k.processor.RestartException
- org.cache2k.core.operation.Operations.NeedsLoadRestartException
- org.cache2k.core.operation.Operations.NeedsLockRestartException
- org.cache2k.core.operation.Operations.WantsDataRestartException
- org.cache2k.processor.RestartException
- org.cache2k.CacheException
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- org.cache2k.DataAware<K,V>
- org.cache2k.CacheEntry<K,V>
- org.cache2k.core.operation.ResultEntry<K,V> (also extends org.cache2k.core.operation.ExaminationEntry<K,V>)
- org.cache2k.CacheEntry<K,V>
- org.cache2k.core.operation.ExaminationEntry<K,V>
- org.cache2k.core.operation.ResultEntry<K,V> (also extends org.cache2k.CacheEntry<K,V>)
- org.cache2k.core.operation.Progress<K,V,R>
- org.cache2k.core.operation.Semantic<K,V,R>