@oss-autopilot/core - v1.6.3
GitHub
npm
Preparing search index...
core
CacheEntry
Interface CacheEntry
Shape of a single cache entry on disk.
interface
CacheEntry
{
body
:
unknown
;
cachedAt
:
string
;
etag
:
string
;
url
:
string
;
}
Index
Properties
body
cached
At
etag
url
Properties
body
body
:
unknown
cached
At
cachedAt
:
string
etag
etag
:
string
url
url
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
body
cached
At
etag
url
GitHub
npm
@oss-autopilot/core - v1.6.3
Loading...
Shape of a single cache entry on disk.