mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-31 09:29:42 +00:00
require timestamp passed in with cache request
This commit is contained in:
1
src/network/cache/Cache.zig
vendored
1
src/network/cache/Cache.zig
vendored
@@ -126,6 +126,7 @@ pub const CachedMetadata = struct {
|
||||
|
||||
pub const CacheRequest = struct {
|
||||
url: []const u8,
|
||||
timestamp: i64,
|
||||
};
|
||||
|
||||
pub const CachedData = union(enum) {
|
||||
|
||||
Reference in New Issue
Block a user