# Functions
Create is a function that creates the cache in the database.
Delete is a function that deletes the cache from the database.
GetValue is a function that gets the cache from the database.
Update is a function that updates the cache in the database.
Validator is a function that validates the request body.
# Structs
Cache is a struct that represents the request body.
ErrorResponse is a struct that represents the error response.