cache_factory module¶
A factory for caches.
- class gemseo.caches.cache_factory.CacheFactory[source]¶
Bases:
object
A factory for
AbstractCache
.- Return type
None
- create(cache_name, **options)[source]¶
Create an
AbstractCache
.- Parameters
cache_name (str) – The name of the cache class.
**options – The options of the cache
- Returns
A cache.
- Return type