Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
Leadtools.Caching Assembly > Leadtools.Caching Namespace > ObjectCache Class : Item Property |
'Usage
Dim instance As ObjectCache Dim key As String Dim value As Object instance.Item(key) = value value = instance.Item(key)
public abstract<T> T get(String key, Class<?> classOfT) public abstract<T> void set(String key, T value, Class<?> classOfT)
This indexer is the equivalent of calling Get(key, null) and Set(key, value, null, null).