export declare enum CacheItemPriority { low = 0, normal = 1, hight = 2, notRemovable = 3, }