126127128129130131132133134135136
} if ( hints == null ) { // Setup some defaults. hints = new CacheHints(); hints.setName( id ); } Cache cache = CacheFactory.creator.createCache( hints );