UNPKG

@didomi/iabtcf-cmpapi

Version:

Ensures other in-page digital marketing technologies have access to CMP transparency and consent information for the iab. Transparency and Consent Framework (TCF).

10 lines (9 loc) 254 B
import { CacheBucket } from './CacheBucket.js'; export declare class Cache<Type> { private cacheBuckets; constructor(); getBucket(bucketName: string): CacheBucket<Type>; clear(): void; numberOfBuckets(): number; size(): number; }