cloudcreativity / json-api

Framework agnostic JSON API serialisation and deserialisation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store should be backed by an Identity Map

lindyhopchris opened this issue · comments

The store should not make multiple calls to resolve a record, or to check that are record identifier exists. It therefore needs to use an Identity Map.

Added to v0.6.x-dev