| 29 | } |
| 30 | |
| 31 | bool ResourceCache::empty() const { |
| 32 | return nonpurgeableResources.empty() && purgeableResources.empty(); |
| 33 | } |
| 34 | |
| 35 | void ResourceCache::setCacheLimit(size_t bytesLimit) { |
| 36 | if (maxBytes == bytesLimit) { |
no outgoing calls
no test coverage detected