-
public interface StorageCollection<T extends Identifiable>A generic collection of values that can be stored and retrieved from persistent storage.
-
-
Method Summary
-
-
Method Detail
-
get
abstract T get(String key)
Returns the value associated with the specified key, or
nullif the key is not in the storage layer.ai.cheq.sst.android.core.Sst.configure must be called once before this method is called.
- Parameters:
key- The key to get.
-
-
-
-