NamedCacheAdd Method

ScaleOut Software NamedCache API
Overload List

  NameDescription
Public methodCode exampleAdd(IDictionary)
Efficiently adds a large collection of objects to the cache.
Public methodAdd(Byte, Object)
Adds an item to the cache using default parameters. If the object already exists in the cache then it will be updated.
Public methodAdd(Guid, Object)
Adds an item to the cache using default parameters. If the object already exists in the cache then it will be updated.
Public methodAdd(String, Object)
Adds an item to the cache using default parameters. If the object already exists in the cache then it will be updated.
Public methodAdd(CachedObjectId, Object)
Adds an item to the cache using default parameters. If the object already exists in the cache then it will be updated.
Top
See Also

Reference