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

Feature / Request Cache #86

Merged
merged 17 commits into from
Dec 11, 2023
Merged

Conversation

dncsvr
Copy link
Member

@dncsvr dncsvr commented Dec 11, 2023

Implement a feature for request caching

Tasks

  • Add a scoped MemoryCache feature
    • Reset cache after each test run
  • Add documentation for caching feature

Additional Tasks

  • Add TransientWithFactory and ScopedWithFactory extensions for
    IServiceCollection with <TService,TImplementation> type parameters
  • Edit ByRequest in Entity.generated for nullables
  • Enable varchar column mapping with length greater than 255
    • Add DoMySqlDialect
  • Give me an integer extension

@dncsvr dncsvr marked this pull request as ready for review December 11, 2023 13:00
@dncsvr dncsvr requested a review from cihandeniz December 11, 2023 14:06
- rename test fixture `ScopedMemory` => `UsingScopedMemory`
- edit test setup
- remove extra line from `Directory.Packages.props`
- edit unreleased.md `MemoryCache` => `ScopedMemory`
- rename `DefaultMySQLDialect` => `CustomMySQL57Dialect`
- reduce varchar max size to 1023
@dncsvr dncsvr merged commit d177ee9 into mouseless:main Dec 11, 2023
6 checks passed
@dncsvr dncsvr deleted the feature/request-cache branch December 11, 2023 15:19
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.

2 participants