UNPKG

@hz-9/a5-cache

Version:

Cache module for the @hz-9/a5-* series of repositories, based on cache-manager.

8 lines (7 loc) 190 B
/** * @packageDocumentation * A5 Cache Module - Cache management for A5 framework based on cache-manager */ export * from './const'; export * from './core'; export * from './interfaces';