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

Enhance cache management methods on EmbeddedCacheManager

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 5.0.0.BETA1, 5.0.0.FINAL
    • 4.2.0.Final
    • Core
    • None

    Description

      These should include:

      boolean cacheExists(String cache)
      // Old: Cache<?, ?> getCacheIfExists(String cache)
      Cache<?, ?> getCache(String cache, boolean createIfAbsent)
      boolean remove(String Cache)
      

      Original request:

      There seems to be no ability to check if a populated cache exists through both CacheManager and through Cache (=is this still a valid handle) and to get a cache if it exists.

      Attachments

        Issue Links

          Activity

            People

              rh-ee-galder Galder ZamarreƱo
              diablod3_jira Patrick McFarland (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: