class Geocoder::CacheStore::Base

def keys

that have non-nil values.
Array of keys with the currently configured prefix
#
def keys
  store.keys.select { |k| k.match(/^#{prefix}/) and self[k] }
end