Overload List
Name | Description | |
---|---|---|
![]() ![]() | Add(IDictionary) |
Efficiently adds a large collection of objects to the cache.
|
![]() | Add(Byte, Object) |
Adds an item to the cache using default parameters. If the object already exists in the cache then it will be updated.
|
![]() | Add(Guid, Object) |
Adds an item to the cache using default parameters. If the object already exists in the cache then it will be updated.
|
![]() | Add(String, Object) |
Adds an item to the cache using default parameters. If the object already exists in the cache then it will be updated.
|
![]() | Add(CachedObjectId, Object) |
Adds an item to the cache using default parameters. If the object already exists in the cache then it will be updated.
|
See Also