PropertyMgr.getLastModified ()
return the last modified timestamp of the content cache
Sourcecode in PropertyMgr/objectFunctions.js:
1:
function getLastModified() {
2:
return this.cache.__lastModified__;
3:
}