Get the set of all keys stored in SharedPreferences.
Set<String> getKeys() { assert(_key != null); return _decorator.getKeys(); }