Cache#get
the key used to store/find the data in your cache. Case sensitive.
The fallback for if the request object was not found.
Stored Cache.
Cache#set
the key used to store/find the data in your cache. Case sensitive.
The data you wish to store in the cache. This can be any data type.
Stored Cache.
Cache#clear Clears your entire cache for that collection.