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