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 > FileCache Class : Item Property |
'Usage
Dim instance As FileCache Dim key As String Dim value As Object instance.Item(key) = value value = instance.Item(key)
@Override public <T> T get(String key, Class<?> classOfT) @Override public <T> void set(String key, T value, Class<?> classOfT)
The getter use DefaultRegion and the setter will use DefaultRegion and DefaultPolicy.