Config
This class represents the configuration for a cache, allowing specification of the cache type and providing distinct configuration options for in-memory fixed-size and Redis caches.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Type | [Type](../../flyteplugins/go/tasks/pluginmachinery/secretmanager/type.md?sid=flyteplugins_go_tasks_pluginmachinery_secretmanager_type) | Type of cache to use |
| InMemoryFixedSize | [InMemoryFixedSizeConfig](inmemoryfixedsizeconfig.md?sid=flytestdlib_cache_inmemoryfixedsizeconfig) | Config for in-memory cache |
| Redis | [RedisConfig](../storage/redisconfig.md?sid=flytestdlib_storage_redisconfig) | Config for Redis cache |