Current File : /home/kelaby89/huss-kelaby.cv/wp-content/plugins/extendify/src/Library/state/cache.js
import { create } from 'zustand';
import { persist } from 'zustand/middleware';

export const useCacheStore = create(
	persist(
		(set) => ({
			categories: [],
			setCategories: (categories) => set({ categories }),
		}),
		{ name: `extendify-library-cache-${window.extSharedData.siteId}` },
	),
);
Page not found – Hello World !