Class RequestScopedCaches
- java.lang.Object
-
- com.atlassian.bamboo.utils.scopedcaches.RequestScopedCaches
-
@Deprecated public class RequestScopedCaches extends Object
Deprecated.only for internal useThe only legitimate use of this class is in RequestCacheThreadLocalFilter. It's used to limit the stack nesting in HTTP requests.
-
-
Constructor Summary
Constructors Constructor Description RequestScopedCaches()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
enterCachingScope()
Deprecated.only for internal usestatic void
leaveCachingScope()
Deprecated.only for internal use
-
-
-
Method Detail
-
enterCachingScope
@Deprecated public static void enterCachingScope()
Deprecated.only for internal use
-
leaveCachingScope
@Deprecated public static void leaveCachingScope()
Deprecated.only for internal use
-
-