matchCacheKey abstract method

Uri matchCacheKey(
  1. Uri uri
)

Returns a Uri that represents the cache key for the given uri. This can be used to uniquely identify cached media resources.

Implementation

Uri matchCacheKey(Uri uri);