Uses of Class
dev.cachly.SemanticCache.WarmupEntry
Packages that use SemanticCache.WarmupEntry
-
Uses of SemanticCache.WarmupEntry in dev.cachly
Method parameters in dev.cachly with type arguments of type SemanticCache.WarmupEntryModifier and TypeMethodDescriptionSemanticCache.warmup(List<SemanticCache.WarmupEntry<V>> entries, Function<String, double[]> embedFn) Convenience warmup with default threshold (0.98) and no expiry.SemanticCache.warmup(List<SemanticCache.WarmupEntry<V>> entries, Function<String, double[]> embedFn, double threshold, long ttlSeconds, String namespace, boolean autoNamespace) §8 – Pre-warm the semantic cache with a list of prompt/fn pairs.