Skip to content

bugfix: improve data caching and fetching

Matthieu Fesselier requested to merge bugfix/store-data-caching into master

@balessan I'll merge a fix for the 0.14.

What we do now is cache everything without fetching, even if we don't have a full resource.

When we try call a property on a resource, the proxy is now responsible for fetching the data if it's not available

Merge request reports