Class RequestScopedCaches

java.lang.Object
com.atlassian.bamboo.utils.scopedcaches.RequestScopedCaches

@Deprecated public class RequestScopedCaches extends Object
Deprecated.
only for internal use
The only legitimate use of this class is in RequestCacheThreadLocalFilter. It's used to limit the stack nesting in HTTP requests.
  • Constructor Details

    • RequestScopedCaches

      public RequestScopedCaches()
      Deprecated.
  • Method Details

    • enterCachingScope

      @Deprecated public static void enterCachingScope()
      Deprecated.
      only for internal use
    • leaveCachingScope

      @Deprecated public static void leaveCachingScope()
      Deprecated.
      only for internal use