RSS Git Download  Clone
Raw Blame History 92B 6 lines
// cache headers has to have a x- prefix
export enum CachingStore {
  Global,
  PerModule
}