Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-337

Cache Store implementations are inefficient with containsKey() calls

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 4.0.0.CR4
    • None
    • Loaders and Stores
    • None

      Currently uses the default impl in AbsractCacheStore, which is to call loadEntry(). This is inefficient since usage of this API is to check the existence of the key, and then load the key. This approach to implementing containsKey() leads to an entry being loaded twice which can be costly.

            manik_jira Manik Surtani (Inactive)
            manik_jira Manik Surtani (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: