gemseo / caches

Show inherited members

cache_factory module

A factory for caches.

class gemseo.caches.cache_factory.CacheFactory[source]

Bases: BaseFactory[AbstractCache]

A factory for AbstractCache.

Return type:

Any

property caches: list[str]

The names of the cache classes.

failed_imports: dict[str, str]

The class names bound to the import errors.