cache property

HashMap<String, _MediaCache> cache
final

Previously created Media instances. This HashMap is used to retrieve previously set extras & httpHeaders.

Implementation

static final HashMap<String, _MediaCache> cache =
    HashMap<String, _MediaCache>();