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

Support configuration wildcards

    XMLWordPrintable

Details

    Description

      Allow defining configuration names containing wildcards so that they are implicitly used for caches whose names match. This would be particularly useful for using templates with JCache which doesn't allow specifying additional configuration properties outside what is available in MutableConfiguration.

      Therefore, declaring a cache configuration such as:

      <invalidation-cache-configuration name="invalidation-*" />
      

      and invoking:

      cacheManager.getCache("invalidation-1");
      

      would use the above configuration

      Attachments

        Activity

          People

            ttarrant@redhat.com Tristan Tarrant
            ttarrant@redhat.com Tristan Tarrant
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: