Uses of Interface
org.cache2k.config.Feature
-
Packages that use Feature Package Description org.cache2k.config The cache configuration as a Java bean and support types. -
-
Uses of Feature in org.cache2k.config
Subinterfaces of Feature in org.cache2k.config Modifier and Type Interface Description interface
SingleFeature
Feature that distinct type is only present once.Classes in org.cache2k.config that implement Feature Modifier and Type Class Description class
ToggleFeature
Base class for a cache feature that can be enabled or disables and appears only once in the feature set.Methods in org.cache2k.config that return types with arguments of type Feature Modifier and Type Method Description @NonNull Set<Feature>
Cache2kConfig. getFeatures()
Method parameters in org.cache2k.config with type arguments of type Feature Modifier and Type Method Description void
Cache2kConfig. setFeatures(@NonNull Set<? extends Feature> v)
-