# Functions
NewFileCache creates new FileCache with provided directories.
NewRedisCache creates new RedisCache with provided settings.
# Structs
FileCache object provides caching objects from controller into directory.
RedisCache object provides caching objects from controller into redis.
# Interfaces
CacheProcessor for processing objects and save into cache.