Apache Ignite.NET
Apache.Ignite.Core.Cache.Store.ICacheStoreSession Interface Reference

Session for the cache store operations. The main purpose of cache store session is to hold context between multiple store invocations whenever in transaction. For example, you can save current database connection in the session Properties map. You can then commit this connection in the ICacheStore.SessionEnd(bool) method. More...

Properties

string CacheName [get]
 Cache name for the current store operation. Note that if the same store is reused between different caches, then the cache name will change between different store operations. More...
 
IDictionary< object, object > Properties [get]
 Current session properties. You can add properties directly to the returned map. More...
 

Detailed Description

Property Documentation

string Apache.Ignite.Core.Cache.Store.ICacheStoreSession.CacheName
get
IDictionary<object, object> Apache.Ignite.Core.Cache.Store.ICacheStoreSession.Properties
get