[ROOT] / doc / toc / ARCCore / Class / IKString / FromCache / __TOCDet
Key | Value |
---|---|
Assembly | ARCCore |
DocFragType | ClassMember |
IsInherited | -False- |
IsInheritedDoc | -False- |
Lines | -5- |
Name | FromCache |
Namespace | ARCCore |
Type | IKString |
ClassMemberAttribute
Key | Value |
---|---|
DeclaringType | IKString |
MethodName | FromCache |
MethodSignature | ARCCore.IKString FromCache(System.String) |
Reduces number of objects generated by caching those known to be within a limited range
Use this method when you know that the given string is within a limited range.
An example of when to use this method would be when you know that the string key represents an object type (and you are unable to use IKType because you do not have the actual type instance, only its string representation).
Generated 2025-05-23 20:57:37.627 UTC