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

Update front storage with back storage when cache only found in back storage #84

Merged
merged 4 commits into from
May 15, 2017

Commits on May 10, 2017

  1. StorageAware types now expose a method for obtaining object metadata

    Kirmanie L Ravariere committed May 10, 2017
    Configuration menu
    Copy the full SHA
    81813d2 View commit details
    Browse the repository at this point in the history
  2. If cache not found in-memory, but found on disk, will set in-memory f…

    …rom disk before returning cache
    Kirmanie L Ravariere committed May 10, 2017
    Configuration menu
    Copy the full SHA
    ef788c9 View commit details
    Browse the repository at this point in the history
  3. Make storage’s objectMetadata method synchronous to avoid adding more…

    … time to cache object lookup
    Kirmanie L Ravariere committed May 10, 2017
    Configuration menu
    Copy the full SHA
    a2361a4 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Configuration menu
    Copy the full SHA
    c8f0026 View commit details
    Browse the repository at this point in the history