Time-To-Live (TTL) Settings
Different categories of data carry tailored TTL settings based on update frequency:Automated Memory Management & Eviction
To ensure gateway stability and maintain high availability, Hexagraph Core performs automated memory management:- Automated Memory Eviction: If cache RAM usage reaches capacity, the gateway automatically executes non-blocking purge operations on response payloads.
- Rate-Limit Counter Protection: Rate-limit counters are always preserved during cache eviction cycles to ensure continuous quota enforcement.
Developer Best Practices
- Shared Multi-User Cache: The cache is shared globally across users. If an output or author was recently queried by another user, your request will hit the cache and return near-instantly.
- Identical Payloads Across Interfaces: REST endpoints and GraphQL queries share 100% of the underlying service cache — a lookup via REST warms the cache for GraphQL and vice versa.