* Gets the cache key for this item. * @abstract * @param {Array} docKeys * @returns {Iterator}
(docKeys)
| 60 | * @returns {Iterator} |
| 61 | */ |
| 62 | getCacheKey(docKeys) { |
| 63 | throw new Error('getCacheKey must be implemented'); |
| 64 | } |
| 65 | |
| 66 | /** |
| 67 | * Gets the Promise to create the queries. |