Class DefaultSmartCache
- java.lang.Object
-
- org.uitnet.testing.smartfwk.ui.core.cache.SmartCache
-
- org.uitnet.testing.smartfwk.ui.core.cache.DefaultSmartCache
-
public class DefaultSmartCache extends SmartCache
Default implementation of SmartCache using Singleton class.- Author:
- Madhav Krishna
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SmartCachegetInstance()-
Methods inherited from class org.uitnet.testing.smartfwk.ui.core.cache.SmartCache
add, clear, get, getAll, getEntriesForKeyesEndsWithText, getEntriesForKeysStartsWithText, getKeysEndsWith, getKeysStartsWith, getMultiValueKeyValueAsString, getNullAsKey, getValueAsBoolean, getValueAsDouble, getValueAsInteger, getValueAsLong, getValueAsString, isKeyPresent, publish, removeAndGet, removeAndGetNullAsKey, subscribe
-
-
-
-
Method Detail
-
getInstance
public static SmartCache getInstance()
-
-