Video Tutorial Cache management


Certain functions that we are going to create will make "slow" operations that we do not want to see repeated with each request. WordPress has an API to manage the cache but does not have a persistence layer for this data. To meet this need, you will need to install a plugin to save the data between requests.