clear memory cache as well as disk cache from prefs, re-word interface accordingly (bug 257491)

git-svn-id: svn://10.0.0.236/trunk@164368 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joshmoz%gmail.com
2004-10-25 17:46:57 +00:00
parent 761fb7c627
commit ed07c35d88
4 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<key>IBDocumentLocation</key>
<string>140 56 522 320 0 0 1280 1002 </string>
<key>IBFramework Version</key>
<string>349.0</string>
<string>364.0</string>
<key>IBGroupedObjects</key>
<dict>
<key>5</key>
@@ -22,6 +22,6 @@
<integer>5</integer>
</array>
<key>IBSystem Version</key>
<string>7D24</string>
<string>7M34</string>
</dict>
</plist>

View File

@@ -328,7 +328,7 @@ const int kDefaultExpireDays = 9;
{
nsCOMPtr<nsICacheService> cacheServ ( do_GetService("@mozilla.org/network/cache-service;1") );
if ( cacheServ )
cacheServ->EvictEntries(nsICache::STORE_ON_DISK);
cacheServ->EvictEntries(nsICache::STORE_ANYWHERE);
}
//