Cache Prefs changes. All cache prefs are now read directly by NuCache.

git-svn-id: svn://10.0.0.236/trunk@11253 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gagan%netscape.com
1998-09-28 20:32:40 +00:00
parent b78ff88d4e
commit 7bdf6e2c14
6 changed files with 245 additions and 38 deletions

View File

@@ -32,6 +32,7 @@
nsCacheModule::nsCacheModule(const PRUint32 i_size=DEFAULT_SIZE):
m_Size(i_size),
m_SizeInUse(0),
m_pEnumeration(0),
m_pNext(0),
m_Entries(0)