Uses of Interface
com.github.benmanes.caffeine.jcache.configuration.FactoryCreator
-
Packages that use FactoryCreator Package Description com.github.benmanes.caffeine.jcache.configuration -
-
Uses of FactoryCreator in com.github.benmanes.caffeine.jcache.configuration
Fields in com.github.benmanes.caffeine.jcache.configuration declared as FactoryCreator Modifier and Type Field Description (package private) static FactoryCreatorTypesafeConfigurator. factoryCreatorMethods in com.github.benmanes.caffeine.jcache.configuration with parameters of type FactoryCreator Modifier and Type Method Description static voidTypesafeConfigurator. setFactoryCreator(FactoryCreator factoryCreator)Specifies howFactoryinstances are created for a given class name.
-