AvatarInfoGetDependencyCacheKeys Method (String, String) |
Gets the array of dependency cache keys for current object.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax protected override List<string> GetDependencyCacheKeys(
string key,
string context
)
Parameters
- key
- Type: SystemString
Cache key - context
- Type: SystemString
Cache context
Return Value
Type:
ListStringSee Also