5a350efb40
* feat: optimize app registry performance with memory-cache - Implement in-memory caching for getInstallCountPerApp with 5-minute TTL - Add memory-cache and @types/memory-cache dependencies to packages/lib - Remove invalidateInstallCountCache functionality as requested - Maintain existing API compatibility for app sorting functionality - Improve performance by avoiding expensive SQL COUNT queries on every request Co-Authored-By: anik@cal.com <adhabal2002@gmail.com> * update * Update getInstallCountPerApp.ts --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>