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
New StandardizedCache instance configured for temporary site storage