Class ShadowHttpResponseCache

    • Constructor Detail

      • ShadowHttpResponseCache

        public ShadowHttpResponseCache()
    • Method Detail

      • install

        @Implementation
        protected static HttpResponseCache install​(File directory,
                                                   long maxSize)
      • maxSize

        @Implementation
        protected long maxSize()
      • size

        @Implementation
        protected long size()
      • close

        @Implementation
        protected void close()
      • delete

        @Implementation
        protected void delete()
      • getHitCount

        @Implementation
        protected int getHitCount()
      • getNetworkCount

        @Implementation
        protected int getNetworkCount()
      • getRequestCount

        @Implementation
        protected int getRequestCount()