CacheKeyBuilder Methods |
The CacheKeyBuilder type exposes the following members.
Name | Description | |
---|---|---|
AppendArgument |
Appends a method argument to an UnsafeStringBuilder. To avoid ambiguities between different overloads of the same method, the default implementation appends
both the parameter type and the value key.
| |
AppendMethod |
Appends the method name and generic arguments to an UnsafeStringBuilder.
| |
AppendObject |
Appends a string representing an Object to an UnsafeStringBuilder.
| |
AppendType |
Appends a Type name to an UnsafeStringBuilder.
| |
BuildDependencyKey |
Builds a dependency key for a given object.
| |
BuildMethodKey |
Builds a cache key for a given method call.
| |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Dispose(Boolean) |
Disposes the current object.
| |
GetCachedMethodInfo |
Gets the CachedMethodInfo for a given MethodInfo.
|