getKeys abstract method

Set getKeys()

This method is used to get a set of available/stored keys in the underlying storage.

This method makes easy to iterate over stored keys for various purposes.

For example: finding a set of keys from all the available keys that matches a regular expression

Implementation

Set getKeys();