@NonNull
 @Override
 public String fromUri(@NonNull final Uri uri) {
   return CacheProvider.getCacheKey(uri);
 }