Uses of Class
cloud.opencode.base.cache.spring.CacheProperties.CacheSpec
Packages that use CacheProperties.CacheSpec
-
Uses of CacheProperties.CacheSpec in cloud.opencode.base.cache.spring
Methods in cloud.opencode.base.cache.spring that return CacheProperties.CacheSpecModifier and TypeMethodDescriptionCacheProperties.getDefaultSpec()Returns the default cache spec | 返回默认缓存规格Methods in cloud.opencode.base.cache.spring that return types with arguments of type CacheProperties.CacheSpecModifier and TypeMethodDescriptionCacheProperties.getCaches()Returns the named cache configurations | 返回命名缓存配置Methods in cloud.opencode.base.cache.spring with parameters of type CacheProperties.CacheSpecModifier and TypeMethodDescriptionCacheProperties.addCache(String name, CacheProperties.CacheSpec spec) Add a named cache configuration 添加命名缓存配置voidCacheProperties.setDefaultSpec(CacheProperties.CacheSpec defaultSpec) Sets the default cache spec | 设置默认缓存规格Method parameters in cloud.opencode.base.cache.spring with type arguments of type CacheProperties.CacheSpecModifier and TypeMethodDescriptionvoidCacheProperties.setCaches(Map<String, CacheProperties.CacheSpec> caches) Sets the named cache configurations | 设置命名缓存配置