Basic Cache Operations
03/02/2023
Getting an Instance of a Cache
Bir cache üzerindeki tüm işlemler, bir IgniteCache
instance’ı aracılığıyla gerçekleştirilir. Mevcut bir cache için IgniteCache
oluşturulabilir veya dinamik olarak bir cache oluşturulabilir.
Creating Caches Dynamically
Dinamik olarak bir cache de oluşturulabilir;
Last updated
Was this helpful?