MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / getCacheKey

Method getCacheKey

lib/mapping/model-batch-item.js:62–64  ·  view source on GitHub ↗

* Gets the cache key for this item. * @abstract * @param {Array} docKeys * @returns {Iterator}

(docKeys)

Source from the content-addressed store, hash-verified

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.

Callers 1

getQueriesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected