Class Cache

java.lang.Object
xyz.goioc.resources.Cache

public class Cache
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Cache()  
  • Method Summary

    Modifier and Type Method Description
    static javax.servlet.http.HttpServletRequest getRequest()  
    static javax.servlet.http.HttpServletResponse getResponse()  
    static void storeRequest​(javax.servlet.http.HttpServletRequest request)  
    static void storeResponse​(javax.servlet.http.HttpServletResponse response)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Cache

      public Cache()
  • Method Details

    • storeRequest

      public static void storeRequest​(javax.servlet.http.HttpServletRequest request)
    • storeResponse

      public static void storeResponse​(javax.servlet.http.HttpServletResponse response)
    • getRequest

      public static javax.servlet.http.HttpServletRequest getRequest()
    • getResponse

      public static javax.servlet.http.HttpServletResponse getResponse()