Skip to main content

Function: createSiteCache()

createSiteCache(): StandardizedCache<Site>

Defined in: electron/utils/database/serviceFactory.ts:62

Factory function to create a standardized site cache.

Creates a temporary cache instance optimized for site operations with appropriate TTL and size limits for temporary data storage. Statistics are disabled for performance in temporary use cases.

Returns

StandardizedCache<Site>

New StandardizedCache instance configured for temporary site storage