We currently disable the disk cache because the WPT runner will run more than one RequestServer process at a time. The SQLite database does not handle this concurrent read/write access well. We will now enable the disk cache with a per-process database. This is needed to ensure that WPT Fetch cache tests are sufficiently handled by RequestServer. |
||
|---|---|---|
| .. | ||
| CacheEntry.cpp | ||
| CacheEntry.h | ||
| CacheIndex.cpp | ||
| CacheIndex.h | ||
| CacheRequest.h | ||
| DiskCache.cpp | ||
| DiskCache.h | ||
| MemoryCache.cpp | ||
| MemoryCache.h | ||
| Utilities.cpp | ||
| Utilities.h | ||
| Version.h | ||