Uses of Interface
cloud.opencode.base.feature.store.FeatureStore
Packages that use FeatureStore
-
Uses of FeatureStore in cloud.opencode.base.feature
Methods in cloud.opencode.base.feature that return FeatureStoreMethods in cloud.opencode.base.feature with parameters of type FeatureStoreModifier and TypeMethodDescriptionstatic OpenFeatureOpenFeature.create(FeatureStore store) Create new instance with custom store (for testing or custom usage) 使用自定义存储创建新实例(用于测试或自定义用途)voidOpenFeature.setStore(FeatureStore store) Set the feature store 设置功能存储 -
Uses of FeatureStore in cloud.opencode.base.feature.store
Classes in cloud.opencode.base.feature.store that implement FeatureStoreModifier and TypeClassDescriptionfinal classCached Feature Store with Optional Cache Module Delegation 支持可选缓存模块委托的缓存功能存储classFile Feature Store 文件功能存储classIn-Memory Feature Store 内存功能存储classLRU Feature Store LRU功能存储classRedis Feature Store Redis功能存储Methods in cloud.opencode.base.feature.store that return FeatureStoreModifier and TypeMethodDescriptionCachedFeatureStore.getDelegate()Gets the underlying delegate store.Methods in cloud.opencode.base.feature.store with parameters of type FeatureStoreModifier and TypeMethodDescriptionstatic CachedFeatureStoreCachedFeatureStore.wrap(FeatureStore delegate) Wraps a feature store with caching.static CachedFeatureStoreCachedFeatureStore.wrap(FeatureStore delegate, Duration ttl) Wraps a feature store with caching and custom TTL.static CachedFeatureStoreCachedFeatureStore.wrap(FeatureStore delegate, Duration ttl, int maxSize) Wraps a feature store with caching and custom settings.