コード例 #1
0
 public String getCacheRegionName() {
   return collection.getCache() == null ? null : collection.getCache().getRegion();
 }
コード例 #2
0
 public String getCacheConcurrencyStrategy() {
   return collection.getCache() == null ? null : collection.getCache().getUsage();
 }