{
  "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": "AAIO,IAAMA,EAA+B,CAAC,EAE7C,SAASC,GAKP,CACA,MAAO,IAAMD,CACf,CAEO,IAAME,EAAaD,EAAc",
  "names": ["initialState", "getCacheSlice", "cacheSlice"]
}
