location property

String? location
final

Information about the cache location:

  • NO_CACHE or LOCAL: This value is ignored.
  • S3: This is the S3 bucket name/prefix.

Implementation

final String? location;