policies property

Map<String, RapidCachePolicy>? policies
getter/setter pair

A map of rapid cache IDs to the corresponding RapidCachePolicy configurations for a managed folder.

Implementation

core.Map<core.String, RapidCachePolicy>? policies;