singleton('MediaCache', static function (): MediaCacheService { return app(MediaCacheService::class); }); } }