1. Ping Identity PingAccess 7.3 Documentation, "Resources" section, "Add a resource" subsection.
Reference: "For an OAuth resource, you can enable token caching to improve performance. When token caching is enabled, PingAccess caches the token introspection result from PingFederate. Subsequent requests that use the same access token can be validated using the cached result, avoiding a call to PingFederate." This directly states that token caching is a performance-improving feature that avoids repeated validation calls.
2. Ping Identity PingAccess 7.3 Documentation, "Performance Tuning" section.
Reference: The performance tuning guide often highlights caching mechanisms as a primary method to reduce latency. It explains that minimizing external calls, such as token validation requests to PingFederate, is critical for high-throughput scenarios. Caching the access token validation is a key recommendation.