PropertyMgr.reset ()
deletes this object's cache
Sourcecode in PropertyMgr/objectFunctions.js:
1:
function reset() {
2:
this.cache.content = null;
3:
this.cache.rawcontent = null;
4:
}