Uses of Interface
com.github.benmanes.caffeine.jcache.configuration.FactoryCreator
Packages that use FactoryCreator
-
Uses of FactoryCreator in com.github.benmanes.caffeine.jcache.configuration
Methods in com.github.benmanes.caffeine.jcache.configuration that return FactoryCreatorModifier and TypeMethodDescriptionstatic FactoryCreatorTypesafeConfigurator.factoryCreator()Returns the strategy for how factory instances are created.Methods in com.github.benmanes.caffeine.jcache.configuration with parameters of type FactoryCreatorModifier and TypeMethodDescriptionstatic voidTypesafeConfigurator.setFactoryCreator(FactoryCreator factoryCreator) Specifies howFactoryinstances are created for a given class name.