402403404405406407408409
/** * {@inheritDoc} */ public String getTerracottaStorageStrategy() { StorageStrategy storageStrategy = this.cache.getCacheConfiguration().getTerracottaStorageStrategy(); return storageStrategy != null ? storageStrategy.name() : "na"; }