You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `clone` | `Function` | `item=>JSON.parse(``JSON.stringify(item) )` | Function to perform a deep clone. See below. |
193
-
| `clone` | `Function` | `key=> key` | Function to convert record key to cache key. Use this to convert MongoDB/Mongoose ObjectId/bson keys to a cache key using `item._id.toString()`. |
193
+
| `makeCacheKey` | `Function` | `key=> key` | Function to convert record key to cache key. Use this to convert MongoDB/Mongoose ObjectId/bson keys to a cache key using `item._id.toString()`. |
0 commit comments