Uses of Class
org.cache2k.annotation.NonNull
-
Packages that use NonNull Package Description org.cache2k.config The cache configuration as a Java bean and support types.org.cache2k.integration Loader and writer to integrate with external data sources. -
-
Uses of NonNull in org.cache2k.config
Methods in org.cache2k.config with annotations of type NonNull Modifier and Type Method Description @NonNull Collection<CustomizationSupplier<CacheEntryOperationListener<K,V>>>
Cache2kConfig. getAsyncListeners()
A set of listeners.@NonNull Set<Feature>
Cache2kConfig. getFeatures()
@NonNull Collection<CustomizationSupplier<? extends CacheLifecycleListener>>
Cache2kConfig. getLifecycleListeners()
A set of listeners.@NonNull Collection<CustomizationSupplier<CacheEntryOperationListener<K,V>>>
Cache2kConfig. getListeners()
A set of listeners.Method parameters in org.cache2k.config with annotations of type NonNull Modifier and Type Method Description void
Cache2kConfig. setFeatures(@NonNull Set<? extends Feature> v)
void
Cache2kConfig. setLifecycleListeners(@NonNull Collection<CustomizationSupplier<? extends CacheLifecycleListener>> c)
Adds the collection of customizations to the existing list.Constructor parameters in org.cache2k.config with annotations of type NonNull Constructor Description CustomizationReferenceSupplier(@NonNull T obj)
Construct a customization factory that returns always the same object instance. -
Uses of NonNull in org.cache2k.integration
Method parameters in org.cache2k.integration with annotations of type NonNull Modifier and Type Method Description static <@NonNull V>
LoadDetail<V>Loaders. wrapRefreshedTime(@NonNull V value, long refreshedTimeInMillis)
Deprecated.Wraps a loaded value to add the refreshed value.
-