To allow methods of cached objects (e.g. a compas datastructure) to be used on-the-fly without necessarily having to write a proxy wrapper function to work with the cached object to be loaded from the server side...
Something like this (in Proxy.py):

And in Server.py:

A silly toyish example of how this is used:
