{ "module": "mongo_ops.cache.config", "content": { "path": "mongo_ops.cache.config", "docstring": "Cache configuration.", "objects": { "dataclass": { "name": "dataclass", "kind": "alias", "path": "mongo_ops.cache.config.dataclass", "signature": "", "docstring": null }, "Literal": { "name": "Literal", "kind": "alias", "path": "mongo_ops.cache.config.Literal", "signature": "", "docstring": null }, "Optional": { "name": "Optional", "kind": "alias", "path": "mongo_ops.cache.config.Optional", "signature": "", "docstring": null }, "Redis": { "name": "Redis", "kind": "alias", "path": "mongo_ops.cache.config.Redis", "signature": "", "docstring": null }, "CacheConfig": { "name": "CacheConfig", "kind": "class", "path": "mongo_ops.cache.config.CacheConfig", "signature": "", "docstring": null, "members": { "enabled": { "name": "enabled", "kind": "attribute", "path": "mongo_ops.cache.config.CacheConfig.enabled", "signature": null, "docstring": null }, "backend": { "name": "backend", "kind": "attribute", "path": "mongo_ops.cache.config.CacheConfig.backend", "signature": null, "docstring": null }, "redis_client": { "name": "redis_client", "kind": "attribute", "path": "mongo_ops.cache.config.CacheConfig.redis_client", "signature": null, "docstring": null }, "default_ttl": { "name": "default_ttl", "kind": "attribute", "path": "mongo_ops.cache.config.CacheConfig.default_ttl", "signature": null, "docstring": null }, "max_entries": { "name": "max_entries", "kind": "attribute", "path": "mongo_ops.cache.config.CacheConfig.max_entries", "signature": null, "docstring": null }, "key_prefix": { "name": "key_prefix", "kind": "attribute", "path": "mongo_ops.cache.config.CacheConfig.key_prefix", "signature": null, "docstring": null }, "cleanup_interval": { "name": "cleanup_interval", "kind": "attribute", "path": "mongo_ops.cache.config.CacheConfig.cleanup_interval", "signature": null, "docstring": null } } } } } }