Uses of Interface
org.springframework.pulsar.cache.provider.CacheProviderFactory
Packages that use CacheProviderFactory
Package
Description
-
Uses of CacheProviderFactory in org.springframework.pulsar.cache.provider
Methods in org.springframework.pulsar.cache.provider that return CacheProviderFactoryModifier and TypeMethodDescriptionstatic <K,
V> CacheProviderFactory<K, V> CacheProviderFactory.load()
Uses the Java ServiceLoader API to find the first available cache provider factory. -
Uses of CacheProviderFactory in org.springframework.pulsar.cache.provider.caffeine
Classes in org.springframework.pulsar.cache.provider.caffeine that implement CacheProviderFactory