Functionsยง
- clean_
expired - Clear expired items from the cache
- clear
- Clear all items from the cache
- exists
- Check if a key exists in the in-memory cache
- get
- Retrieve content from the in-memory cache
- get_
if_ valid - Retrieve content from the in-memory cache if it exists and is not expired
- is_
valid - Check if a key exists in the in-memory cache and is not expired
- remove
- Remove an item from the cache
- size
- Get the number of items in the cache
- store
- Store content in the in-memory cache