mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 07:33:20 +00:00
18 lines
255 B
C
18 lines
255 B
C
![]() |
/*
|
||
|
* Copyright (c) 2025, Tim Flynn <trflynn89@ladybird.org>
|
||
|
*
|
||
|
* SPDX-License-Identifier: BSD-2-Clause
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
namespace RequestServer {
|
||
|
|
||
|
class CacheEntry;
|
||
|
class CacheEntryReader;
|
||
|
class CacheEntryWriter;
|
||
|
class CacheIndex;
|
||
|
class DiskCache;
|
||
|
|
||
|
}
|