Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-3897

Cache do-not-cache decisions and enhance cache abstraction to differentiate missing keys and stored null values

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Won't Fix
    • Icon: Neutral Neutral
    • 4.4.6, 4.5
    • None
    • cache
    • None

      By extending the Cache abstraction interface with the possibility of differentiating between missing keys and null values placed in cache we can store null to mark the key as a bypass.

      This allows a store executor to make an intelligent decision per request on whether to cache the request or not. If the executor decides that the request should not be cached by putting null in the cache subsequent requests for that resource will happen concurrently.

        Acceptance criteria

              tmattsson Tobias Mattsson
              tmattsson Tobias Mattsson
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD