This change alters the cache namespace prior to retrieving cached record data to ensure that different fieldsets are given different cache keys. Previously, all cache keys for the same record would be specified identically, leading to a situation where the fieldset would be ignored if record caching is enabled. Fixes #90.