Apache Ignite.NET
Apache.Ignite.Core.Common.IFactory< out out T > Interface Template Reference

Factory that produces instances of a specific type. Implementation can be passed over the wire and thus should be marked with SerializableAttribute. More...

Public Member Functions

CreateInstance ()
 Creates an instance of the cache store. More...
 

Detailed Description

Member Function Documentation

T Apache.Ignite.Core.Common.IFactory< out out T >.CreateInstance ( )
Returns
New instance of the cache store.