Available cache backends
masteraiocache provides several built-in backends and supports third-party extensions:
Built-in Backends:
BaseCache: The base class for all cache implementations.RedisCache: Backend for Redis.SimpleMemoryCache: In-memory cache.MemcachedCache: Backend for Memcached.
Third-party Backends:
DynamoDBCache: Provided by theaiocache-dynamodblibrary.