Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features/additional repositories #1

Merged
merged 2 commits into from
Jan 9, 2025

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