jivago.inject.scope.request_scope_cache module

class jivago.inject.scope.request_scope_cache.RequestScopeCache(scoped_components: List[type])[source]

Bases: ScopeCache

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