nsISupports
Last changed in Gecko 1.7 boolean visitMetaDataElement(in string key, in string value); |
This method is called for each key/value pair in the meta data for a cache entry.
boolean visitMetaDataElement( in string key, in string value );
key
value
Returns true
if the provided key/value finds a cache entry, otherwise returns false
.