export enum CacheStrategy {
    UNKNOWN = 0,
    NODE_CACHE = 1,
}
