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
Modifier and Type Method Description static SmartCachegetInstance()Methods inherited from class org.uitnet.testing.smartfwk.ui.core.cache.SmartCache
add, clear, get, getAll, getCache, getEntriesForKeyesEndsWithText, getEntriesForKeysStartsWithText, getKeysEndsWith, getKeysStartsWith, getMultiValueKeyValueAsString, getNullAsKey, getValueAsBoolean, getValueAsDouble, getValueAsInteger, getValueAsLong, getValueAsString, isKeyPresent, publish, removeAndGet, removeAndGetNullAsKey, subscribe
-
Method Details
-
getInstance
-