@Override public User load(final LoaderHelper<String, User> helper) throws CacheLoaderException { return userDataStore.get(helper.getKey()); }