MCPcopy Create free account
hub / github.com/subquery/subql /

Class

packages/node-core/src/indexer/storeModelProvider/cacheable.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import {Mutex} from 'async-mutex';
6
7export abstract class Cacheable {
8 protected mutex = new Mutex();
9
10 abstract clear(historicalUnit?: number): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected