> ## Documentation Index
> Fetch the complete documentation index at: https://developers.authlete.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Caching Introspection Responses

> Optimizing response performance at resource server APIs by caching responses from Authlete's introspection endpoint.

## Overview

In some use cases, caching responses from Authlete's introspection endpoint improves performance of response at resource server APIs.\
 Instruction Example

***

1. Install a cache server of your choice e.g. Redis at your authorization server or resource server(s).
2. Configure the cache server to store responses from Authlete's introspection endpoint.

## Notes

* (TBD)
