function getEraCacheimport { getEraCache } from "https://dotland.deno.dev/x/polkadot@0.2.38/api-derive/staking/cache.ts"; getEraCache<T>(CACHE_KEY: string,era: EraIndex,withActive?: boolean,): [string, T | undefined]Type ParametersTParametersCACHE_KEY: stringera: EraIndexoptionalwithActive: booleanReturns[string, T | undefined]