Uses of Interface
ru.progrm_jarvis.javacommons.cache.CacheFactory
Packages that use CacheFactory
-
Uses of CacheFactory in ru.progrm_jarvis.javacommons.cache
Classes in ru.progrm_jarvis.javacommons.cache that implement CacheFactoryModifier and TypeClassDescriptionstatic final classCacheFactorywhich always createsno-op caches.Methods in ru.progrm_jarvis.javacommons.cache that return CacheFactoryModifier and TypeMethodDescriptionstatic @NotNull CacheFactoryCaffeineCache.createFactory()Creates a Caffeine Cache factory.static @NotNull CacheFactoryCaches.defaultFactory()Gets the default cache factory.static @NotNull CacheFactoryCacheFactory.never()Creates a cache factory which always createsno-op caches.static @Nullable CacheFactoryCaffeineCache.tryCreateFactory()Attempts to create a Caffeine Cache factory.