I sometimes get The ObjectContext instance has been disposed and can no longer be used for operations that require a connection.
Is there any way to renew a ObjectContext for a specific entity?
(one that stayed in my application from previous request (i.e. my caching layer))