Bug 722033 - Invalidate cache entry in nsHttpChannel::DoInvalidateCacheEntry() asynchronously
This commit is contained in:
6
netwerk/cache/nsCacheSession.cpp
vendored
6
netwerk/cache/nsCacheSession.cpp
vendored
@@ -128,3 +128,9 @@ NS_IMETHODIMP nsCacheSession::IsStorageEnabled(bool *result)
|
||||
|
||||
return nsCacheService::IsStorageEnabledForPolicy(StoragePolicy(), result);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP nsCacheSession::DoomEntry(const nsACString &key,
|
||||
nsICacheListener *listener)
|
||||
{
|
||||
return nsCacheService::DoomEntry(this, key, listener);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user