Uses of Interface
org.springframework.cloud.context.scope.ScopeCache
Packages that use ScopeCache
Package
Description
-
Uses of ScopeCache in org.springframework.cloud.context.scope
Classes in org.springframework.cloud.context.scope that implement ScopeCacheModifier and TypeClassDescriptionclassA simple cache implementation backed by a concurrent map.Methods in org.springframework.cloud.context.scope with parameters of type ScopeCacheModifier and TypeMethodDescriptionvoidGenericScope.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