I tried adding this to the Proxy class but it says this function is undefined ! so tried declaring in the IProxy too though this should not be needed same compiler issue ...
public function clearProxy():void
{
this.data = null;
}
call to undefined method clearProxy....