{
  "version": 3,
  "sources": ["../../../../src/store/slices/cache/cacheSlice.ts"],
  "sourcesContent": ["import { StateCreator } from 'zustand/vanilla';\nimport { StoreType, MutatorsIn } from 'store/store.types';\nimport { CacheSliceType } from './cacheSlice.types';\n\nexport const initialState: CacheSliceType = {};\n\nfunction getCacheSlice(): StateCreator<\n  StoreType,\n  MutatorsIn,\n  [],\n  CacheSliceType\n> {\n  return () => initialState;\n}\n\nexport const cacheSlice = getCacheSlice();\n"],
  "mappings": "yaAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,iBAAAC,IAAA,eAAAC,EAAAJ,GAIO,MAAMG,EAA+B,CAAC,EAE7C,SAASE,GAKP,CACA,MAAO,IAAMF,CACf,CAEO,MAAMD,EAAaG,EAAc",
  "names": ["cacheSlice_exports", "__export", "cacheSlice", "initialState", "__toCommonJS", "getCacheSlice"]
}
