Skip to main content

_StorageClientCache

Cache for specific storage client.

Index

Properties

by_alias

by_alias: defaultdict[type[Storage], defaultdict[str, defaultdict[Hashable, Storage]]]

Cache for storage instances by alias, separated by storage type and additional hash key.

by_id

by_id: defaultdict[type[Storage], defaultdict[str, defaultdict[Hashable, Storage]]]

Cache for storage instances by ID, separated by storage type and additional hash key.

by_name

by_name: defaultdict[type[Storage], defaultdict[str, defaultdict[Hashable, Storage]]]

Cache for storage instances by name, separated by storage type and additional hash key.

Page Options