303304305306307308309310311312313
config.setMaxElementsOnDisk(this.maxElementsOnDisk); if (this.terracottaClustered) { TerracottaConfiguration tcConfig = new TerracottaConfiguration(); tcConfig.setClustered(true); config.terracotta(tcConfig); } return new Cache(config); }