Skip to main content
This is documentation for an older release that is still maintained. Latest version
Version: 6.2

How-To Guides

This section contains How-To Guides and other instructional material useful to developers in implementing the Ed-Fi ODS / API.

📄️How To: Use an External Cache Provider for the Ed-Fi API

By default, the Ed-Fi ODS / API uses an internal memory cache in order to increase the performance when mapping URIs for descriptors, and UniqueIds for staff, students and parents to their ODS-specific surrogate id values.  Ed-Fi ODS / API also provides an optional feature to use an External or Distributed Cache option such as Redis, a distributed memory cache which, in a multi-server environment, can prevent cached data on multiple servers from getting out of sync and be more cost effective. For information on getting started with Redis Cache check out//redis.io/docs/getting-started/