jivago.inject.scope.singleton_scope_cache module

class jivago.inject.scope.singleton_scope_cache.SingletonScopeCache(name: str, scoped_components: List[type])[source]

Bases: ScopeCache

get(component: type) object[source]
handles_component(component: type) bool[source]
is_stored(component: type) bool[source]
store(component: type, instance: object)[source]