Class ServeStatic.CachedFile
java.lang.Object
services.moleculer.web.middleware.ServeStatic.CachedFile
- Enclosing class:
ServeStatic
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected byte[]protected byte[]protected Stringprotected longprotected long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lastChecked
protected long lastChecked -
time
protected long time -
etag
-
body
protected byte[] body -
compressedBody
protected byte[] compressedBody
-
-
Constructor Details
-
CachedFile
protected CachedFile()
-