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 allow changing caching strategy #59

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    eb7f23e View commit details
    Browse the repository at this point in the history
  2. Restrict passing all of DbCommand to CachingCommandStrategy

    CachingCommandStrategy should not have access to ExecuteDbDataReader
    keshavkaul committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    2fdb2fd View commit details
    Browse the repository at this point in the history
  3. Refactor CachingCommandStrategy

    Rename _command to _commandMetadata
    keshavkaul committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    afafafd View commit details
    Browse the repository at this point in the history
  4. revert to using non generic GetItem method as this branch removed dep…

    …endence on feature/use-generic-cache-interface.
    keshavkaul committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ffbfdf9 View commit details
    Browse the repository at this point in the history