Caching
Langbly caches translations in Redis to reduce latency and upstream costs.
What’s cached
- The per-string result (
translatedText, anddetectedSourceLanguagewhen applicable) - Cache key is based on:
source(orauto),target,format, and the exact input text
TTL (default)
- 7 days
If you need caching disabled or a different TTL, contact support@langbly.com.