Uses of Class
cloud.opencode.base.feature.store.CachedFeatureStore
Packages that use CachedFeatureStore
-
Uses of CachedFeatureStore in cloud.opencode.base.feature.store
Methods in cloud.opencode.base.feature.store that return CachedFeatureStoreModifier 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.