open fun setNameMap(nameMap: MutableMap<String, MutableCollection<CacheOperation>>): Unit
Set a name/attribute map, consisting of method names (e.g. "myMethod") and CacheOperation instances (or Strings to be converted to CacheOperation instances).
See Also
CacheOperation