removeAll(); Clears the cache object of any entries.
get(key); Retrieves named data stored in the Cache
destroy(); Destroys the Cache object entirely
info(); Retrieve information regarding a particular Cache
remove(key); Removes an entry from the Cache
put(key, value); Inserts a named entry into the Cache