_StorageCache
Index
Methods
Properties
Methods
remove_from_cache
Remove a storage instance from the cache.
Parameters
storage_instance: Storage
The storage instance to remove.
Returns None
Properties
by_alias
Cache for storage instances by alias. Example: by_alias[Dataset]['some_alias']['some_additional_cache_key']
by_id
Cache for storage instances by ID. Example: by_id[Dataset]['some_id']['some_additional_cache_key'].
by_name
Cache for storage instances by name. Example: by_name[Dataset]['some_name']['some_additional_cache_key']
Cache for storage instances.