Hello, I am curious about 1:1 relations and the cache. For instance, on my claim model, it links to a claim status. There are only 30 possible statuses. The status table contains 15 fields. Instead of linking in via a JOIN the claim status table each time I query a claim, would I be better off to lazy load the relation and set the cache for the claim statuses table to hold 50 objects? Thus, once loaded they will always be cached?
-- Best regards, Jeremy
