declare namespace org { namespace eclipse { namespace jetty { namespace server { class ResourceCache$CachedHttpContent implements org.eclipse.jetty.http.HttpContent { public getKey(): string public isCached(): boolean public isMiss(): boolean public getResource(): org.eclipse.jetty.util.resource.Resource public getETag(): org.eclipse.jetty.http.HttpField public getETagValue(): string protected invalidate(): void public getLastModified(): org.eclipse.jetty.http.HttpField public getLastModifiedValue(): string public getContentType(): org.eclipse.jetty.http.HttpField public getContentTypeValue(): string public getContentEncoding(): org.eclipse.jetty.http.HttpField public getContentEncodingValue(): string public getCharacterEncoding(): string public getMimeType(): org.eclipse.jetty.http.MimeTypes$Type public release(): void public getIndirectBuffer(): java.nio.ByteBuffer public getDirectBuffer(): java.nio.ByteBuffer public getContentLength(): org.eclipse.jetty.http.HttpField public getContentLengthValue(): long public getInputStream(): java.io.InputStream public getReadableByteChannel(): java.nio.channels.ReadableByteChannel public toString(): string public getGzipContent(): org.eclipse.jetty.http.HttpContent public static class: java.lang.Class } } } } }