XULTreeViewRecord.invalidateCache Member

invalidate any data in the cache.

Syntax

object.invalidateCache();

Returns

Remarks

See Also

Source Code

function xtvr_killcache()
{
this._share.rowCache = new Object();
this._share.lastComputedIndex = -1;
this._share.lastIndexOwner = null;
}