Skip to content

feat(cache) add caching functionality#7

Merged
marciomyst merged 1 commit into
developfrom
feature/04-implement-caching-for-frequent-queries
Jul 22, 2025
Merged

feat(cache) add caching functionality#7
marciomyst merged 1 commit into
developfrom
feature/04-implement-caching-for-frequent-queries

Conversation

@marciomyst

Copy link
Copy Markdown
Owner
  • Implemented CacheSettings class for cache expiration policies.
  • Created ICacheService interface for cache operations.
  • Developed MemoryCacheService class for in-memory caching using IMemoryCache.
  • Added DomainValidationException for domain invariant violations.
  • Wrote unit tests for MemoryCacheService covering GetAsync, SetAsync, and RemoveAsync methods with various scenarios.
  • Ensured all classes and methods include XML comments for documentation.

- Implemented CacheSettings class for cache expiration policies.
- Created ICacheService interface for cache operations.
- Developed MemoryCacheService class for in-memory caching using IMemoryCache.
- Added DomainValidationException for domain invariant violations.
- Wrote unit tests for MemoryCacheService covering GetAsync, SetAsync, and RemoveAsync methods with various scenarios.
- Ensured all classes and methods include XML comments for documentation.
@marciomyst
marciomyst merged commit 9f7f402 into develop Jul 22, 2025
2 checks passed
@marciomyst marciomyst changed the title fea(cache) add caching functionality feat(cache) add caching functionality Jul 22, 2025
@marciomyst
marciomyst deleted the feature/04-implement-caching-for-frequent-queries branch July 22, 2025 00:04
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

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