Uses of Class
cloud.opencode.base.cache.ReadThroughCache
Packages that use ReadThroughCache
-
Uses of ReadThroughCache in cloud.opencode.base.cache
Methods in cloud.opencode.base.cache that return ReadThroughCacheModifier and TypeMethodDescriptionReadThroughCache.Builder.build()Build the read-through cache 构建读穿透缓存static <K,V> ReadThroughCache <K, V> ReadThroughCache.create(String name, Function<? super K, ? extends V> loader, CacheConfig<K, V> config) Create a new read-through cache with the given configuration 使用给定配置创建新的读穿透缓存