Nathan Spees
Nathan Spees
Can we get an update on this? A guide on intent would be very appreciated, though having them in the first example could be confusing to users
You can get access to the cache by doing `client._http.cache`. You can do `cache[]` to get to the Storage of that type, or `cache.storages` to get a dict of type->Storage....
> After testing, the cache can contain "duped" objects of the same ID (using this as our basis) while values have changed. @i0bs can you elaborate on this? I don't...
A better way to give more information about it would be to add a `__repr__` to the class, or to the user field. Using `__str__` to give information when printing...
> A better way to give more information about it would be to add a `__repr__` to the class, or to the user field. Using `__str__` to give information when...
Can you resolve conflicts and re-test?