Class RequestCache


  • public class RequestCache
    extends java.lang.Object
    • Constructor Detail

      • RequestCache

        public RequestCache()
    • Method Detail

      • onRequestEnd

        public static void onRequestEnd()
      • disable

        public static void disable()
      • get

        public <T> T get​(RequestCache.Key key,
                         java.util.function.Supplier<T> supplier)