WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIMsgFolderCache

IID:78C2B6A2-E29F-44de-9543-10DBB51E245C
Inherits From:nsISupports

This interface is implemented by the following components:


Methods

void clear ( ) void close ( ) void commit ( PRBool compress ) nsIMsgFolderCacheElement GetCacheElement ( ACString key , PRBool createIfMissing ) void Init ( nsIFile file ) void removeElement ( ACString key )

void clear ( )


void close ( )


void commit ( PRBool compress )

Arguments:
compress

nsIMsgFolderCacheElement GetCacheElement ( ACString key , PRBool createIfMissing )

Arguments:
key
createIfMissing

void Init ( nsIFile file )

Arguments:
file

void removeElement ( ACString key )

Arguments:
key

References

This interface is the type of the following properties:

nsIMsgAccountManager.folderCache

This interface is passed as an argument to the following methods:

nsIMsgAccountManager.WriteToFolderCache, nsIMsgFolder.writeToFolderCache, nsIMsgIncomingServer.writeToFolderCache

Reference documentation is generated from Mozilla's source.