SearchCacheRepository constructor
Creates a search cache repository.
Implementation
SearchCacheRepository({
required this.boxName,
this.cacheDuration = const Duration(hours: 24),
this.maxEntries = 50,
this.maxSizeBytes = 5 * 1024 * 1024, // 5MB
});