Class ServeStatic.CachedFile

java.lang.Object
services.moleculer.web.middleware.ServeStatic.CachedFile
Enclosing class:
ServeStatic

protected static final class ServeStatic.CachedFile extends Object
  • Field Details

    • lastChecked

      protected long lastChecked
    • time

      protected long time
    • etag

      protected String etag
    • body

      protected byte[] body
    • compressedBody

      protected byte[] compressedBody
  • Constructor Details

    • CachedFile

      protected CachedFile()