Today I had an error `TypeError: Cannot read property 'documents' of undefined at _getCache...` from this code: ```js var collectionViews = isMeteor1_8 ? connectionData.collectionViews.get('users').documents.get(instance.userId) : connectionData.collectionViews.users.documents[instance.userId]; ``` Using Meteor 1.8 and my PR https://github.com/msavin/userCache/pull/10