Class RegExCacheMapping


public class RegExCacheMapping extends CacheMapping
An extension of CacheMapping that can use a regular expression to match with a given cache name.
Since:
Coherence 14.1.1
Author:
jk 2015.05.29
  • Constructor Details

    • RegExCacheMapping

      public RegExCacheMapping(String sCacheNamePattern, String sCachingSchemeName)
      Construct a RegExCacheMapping for caches that will use raw types by default.
      Parameters:
      sCacheNamePattern - the RegEx pattern that maps cache names to caching schemes
      sCachingSchemeName - the name of the caching scheme to which caches matching this RegExCacheMapping will be associated
  • Method Details