Class TurLlmCacheService

java.lang.Object
com.viglet.turing.system.TurLlmCacheService

@Service public class TurLlmCacheService extends Object
In-memory cache for LLM responses, keyed by site ID. Respects TTL and regenerate settings from TurGlobalSettingsService.
Since:
2026.1.14
Author:
Alexandre Oliveira
  • Constructor Details

  • Method Details

    • get

      public String get(String siteId)
    • put

      public void put(String siteId, String content)
    • evict

      public void evict(String siteId)
    • evictAll

      public void evictAll()