Click or drag to resize
PropertiesInsert Method
Overload List
  NameDescription
Public methodInsert(String, Int32)
Add or update the int value for key.
Public methodInsert(String, String)
Add or update the string value for key.
Public methodInsert(CacheableKey, IGFSerializable)
Add or update IGFSerializable value for CacheableKey.
Public methodInsert(CacheableKey, Serializable)
Add or update Serializable value for CacheableKey.
Public methodInsert(ICacheableKey, IGFSerializable)
Add or update IGFSerializable value for ICacheableKey.
Public methodInsert(ICacheableKey, Serializable)
Add or update Serializable value for ICacheableKey.
Top
See Also