removeAll(); Clears the cache object of any entries.
destroy(); Destroys the Cache object entirely
get(key); Retrieves named data stored in the Cache
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