Uses of Interface
rocks.imsofa.ai.puppychatter.cache.CacheService
Packages that use CacheService
Package
Description
-
Uses of CacheService in rocks.imsofa.ai.puppychatter
Fields in rocks.imsofa.ai.puppychatter declared as CacheServiceConstructors in rocks.imsofa.ai.puppychatter with parameters of type CacheService -
Uses of CacheService in rocks.imsofa.ai.puppychatter.cache
Classes in rocks.imsofa.ai.puppychatter.cache that implement CacheService -
Uses of CacheService in rocks.imsofa.ai.puppychatter.gemini
Constructors in rocks.imsofa.ai.puppychatter.gemini with parameters of type CacheService -
Uses of CacheService in rocks.imsofa.ai.puppychatter.openai
Constructors in rocks.imsofa.ai.puppychatter.openai with parameters of type CacheServiceModifierConstructorDescriptionOpenAICompatibleInputStreamPuppyChatter(CacheService cacheService, String replyRole) OpenAICompatiblePuppyChatter(CacheService cacheService, String replyRole) -
Uses of CacheService in rocks.imsofa.ai.puppychatter.openrouter
Constructors in rocks.imsofa.ai.puppychatter.openrouter with parameters of type CacheServiceModifierConstructorDescriptionOpenrouterPuppyChatter(String apiKey, String defaultModel, CacheService cacheService) OpenrouterPuppyChatter(String apiKey, CacheService cacheService) OpenrouterPuppyChatterOld(String apiKey, String defaultModel, CacheService cacheService) OpenrouterPuppyChatterOld(String apiKey, CacheService cacheService)