Uses of Interface
org.springframework.cloud.context.scope.ScopeCache
-
Packages that use ScopeCache Package Description org.springframework.cloud.context.scope org.springframework.cloud.context.scope.thread -
-
Uses of ScopeCache in org.springframework.cloud.context.scope
Classes in org.springframework.cloud.context.scope that implement ScopeCache Modifier and Type Class Description classStandardScopeCacheA simple cache implementation backed by a concurrent map.Methods in org.springframework.cloud.context.scope with parameters of type ScopeCache Modifier and Type Method Description voidGenericScope. setScopeCache(ScopeCache cache)The cache implementation to use for bean instances in this scope. -
Uses of ScopeCache in org.springframework.cloud.context.scope.thread
Classes in org.springframework.cloud.context.scope.thread that implement ScopeCache Modifier and Type Class Description classThreadLocalScopeCache
-