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

Do not update ttl on reads for absolute expirations #16

Merged
merged 4 commits into from
Jan 4, 2020

Commits on Dec 29, 2019

  1. Only update cached item ttl on reads if sliding expiration was explic…

    …itly set in cache entry options.
    krispenner committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    bcc44b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5f55b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Configuration menu
    Copy the full SHA
    a9e043c View commit details
    Browse the repository at this point in the history
  2. Set IsSlidingExpiration to either true or false, not null.

    Co-Authored-By: Matias Quaranta <[email protected]>
    krispenner and ealsur authored Jan 3, 2020
    Configuration menu
    Copy the full SHA
    0a5b4da View commit details
    Browse the repository at this point in the history