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 FactoryCreator
TypesafeConfigurator. factoryCreator
Methods in com.github.benmanes.caffeine.jcache.configuration with parameters of type FactoryCreator Modifier and Type Method Description static void
TypesafeConfigurator. setFactoryCreator(FactoryCreator factoryCreator)
Specifies howFactory
instances are created for a given class name.
-