Removing InMemoryCache and code cleanup in MomentoCache

This commit is contained in:
vinodkiran
2023-10-08 23:03:00 +05:30
parent 7d4337724d
commit 644bd09ef2
3 changed files with 0 additions and 37 deletions
@@ -36,7 +36,6 @@ class MomentoCache implements INode {
const credentialData = await getCredentialData(nodeData.credential ?? '', options)
const apiKey = getCredentialParam('momentoApiKey', credentialData, nodeData)
const cacheName = getCredentialParam('momentoCache', credentialData, nodeData)
const endPoint = getCredentialParam('momentoEndpoint', credentialData, nodeData)
// See https://github.com/momentohq/client-sdk-javascript for connection options
const client = new CacheClient({