NamedCacheInsert Method

ScaleOut Software NamedCache API
Overload List

  NameDescription
Public methodCode exampleInsert(Byte, Object, CreatePolicy, Boolean, Boolean)
Inserts a serializable object to a named cache. If an object with the same ID already exists in the cache then it can optionally be updated.
Public methodCode exampleInsert(Guid, Object, CreatePolicy, Boolean, Boolean)
Inserts a serializable object to a named cache. If an object with the same ID already exists in the cache then it can optionally be updated.
Public methodCode exampleInsert(String, Object, CreatePolicy, Boolean, Boolean)
Inserts a serializable object to a named cache. If an object with the same ID already exists in the cache then it can optionally be updated.
Public methodCode exampleInsert(CachedObjectId, Object, CreatePolicy, Boolean, Boolean)
Inserts a serializable object to a named cache. If an object with the same ID already exists in the cache then it can optionally be updated.
Top
See Also

Reference