Uses of Interface
com.github.benmanes.caffeine.jcache.configuration.FactoryCreator
Packages that use FactoryCreator
-
Uses of FactoryCreator in com.github.benmanes.caffeine.jcache.configuration
Fields in com.github.benmanes.caffeine.jcache.configuration declared as FactoryCreatorModifier and TypeFieldDescription(package private) static FactoryCreator
TypesafeConfigurator.factoryCreator
Methods in com.github.benmanes.caffeine.jcache.configuration with parameters of type FactoryCreatorModifier and TypeMethodDescriptionstatic void
TypesafeConfigurator.setFactoryCreator
(FactoryCreator factoryCreator) Specifies howFactory
instances are created for a given class name.