identifier property

String identifier
final

An identifier for this cache.

Caches with the same identifier will use the same backing store, so this allows for multiple caches pointing to the same resource to exist.

Implementation

final String identifier;