EntLibCachingManagerAdd Method (String, Object) |
Adds the specified item to the cache.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public void Add(
string key,
Object value
)
Public Sub Add (
key As String,
value As Object
)
public:
virtual void Add(
String^ key,
Object^ value
) sealed
abstract Add :
key : string *
value : Object -> unit
override Add :
key : string *
value : Object -> unit
Parameters
- key
- Type: SystemString
The key. - value
- Type: SystemObject
The value.
Implements
ICachingManagerAdd(String, Object)See Also