Skip to content

Features/additional repositories#1

Merged
brandonhenricks merged 2 commits intomainfrom
features/additional-repositories
Jan 9, 2025
Merged

Features/additional repositories#1
brandonhenricks merged 2 commits intomainfrom
features/additional-repositories

Conversation

@brandonhenricks
Copy link
Owner

Renamed private fields _cache to cache and _cacheMinutes to cacheMinutes in MediaFileRepository.cs to follow a consistent naming convention. Updated constructor and method calls to reflect these changes.

Introduced IMediaFileRepository interface with async methods for retrieving media files. Added MediaFileRepository class implementing the interface, utilizing IProgressiveCache and ObjectQuery<MediaFileInfo> for caching and querying. Updated DependencyInjection to register the new service with TryAddScoped.
Renamed private fields `_cache` to `cache` and `_cacheMinutes` to `cacheMinutes` in `MediaFileRepository.cs` to follow a consistent naming convention. Updated constructor and method calls to reflect these changes.
@brandonhenricks brandonhenricks merged commit a15b8cc into main Jan 9, 2025
5 checks passed
@brandonhenricks brandonhenricks deleted the features/additional-repositories branch January 9, 2025 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant