Overload List
Name | Description | |
---|---|---|
![]() ![]() | Insert(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.
|
![]() ![]() | Insert(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.
|
![]() ![]() | Insert(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.
|
![]() ![]() | Insert(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.
|
See Also