• Preparing search index...
  • The search index is not available
@mojaloop/inter-scheme-proxy-cache-lib
  • @mojaloop/inter-scheme-proxy-cache-lib
  • createProxyCache

Function createProxyCache

  • createProxyCache(
        type: "redis" | "redis-cluster" | "mysql",
        proxyConfig: ProxyCacheConfig,
    ): IProxyCache

    Parameters

    • type: "redis" | "redis-cluster" | "mysql"
    • proxyConfig: ProxyCacheConfig

    Returns IProxyCache

    • Defined in lib/createProxyCache.ts:36

Settings

Member Visibility
  • src
    • types
      • lib.ts
        • IProxyCache
        • AlsRequestDetails
        • BasicConnectionConfig
        • IsLastFailure
        • LibConfig
        • MySqlProxyCacheConfig
        • PartyIdType
        • ProcessExpiryKeyCallback
        • ProcessNodeStreamSingleKeyCallback
        • ProxyCacheConfig
        • ProxyCacheFactory
        • RedisClusterConnectionConfig
        • RedisClusterOptions
        • RedisClusterProxyCacheConfig
        • RedisConnectionStatus
        • RedisOptions
        • RedisProxyCacheConfig
        • StorageType
      • utils.ts
        • Json
        • LogLevel
        • Prettify
        • logLevelValues
    • lib
      • createProxyCache.ts
        • createProxyCache
    • constants.ts
      • ERROR_MESSAGES
      • STORAGE_TYPES
      • storageTypeValues

Generated using TypeDoc