21 Kasım 2022 Pazartesi

HazelcastAPI CacheSimpleConfig Sınıfı - JCache İçindir

Giriş
Şu satırı dahil ederiz
import com.hazelcast.config.CacheSimpleConfig;
Örnek
Şöyle yaparız
Config config = new Config().setClusterName(...);
CacheSimpleConfig cacheSimpleConfig = new CacheSimpleConfig()
  .setName("myCache")
  .setBackupCount(1); 
config.addCacheConfig(cacheSimpleConfig);

Hiç yorum yok:

Yorum Gönder

THIRD-PARTY.txt Dosyası

Kullanılan harici kütüphanelerin sürümleri bu dosyada Dosyanın yolu şöyle hazelcast/licenses/THIRD-PARTY.txt