Exclude object from LRU list so making it not available for
cached objects LRU relpacing algorithm. This method is called
in two situations:
1) when object is accessed to prevent it from throwing away until
it is accessed by active method.
2) when modification notification for this object was received from
server and instance of deteriorated object instance is removed from
clients memory.