| CacheableChecker Methods | 
The CacheableChecker type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | HandleMemberExpression | 
            Visits the member expression.
            (Inherited from GenericExpressionVisitor.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VisitBinaryExpression | 
            Visits the binary expression.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitConditionalExpression | 
            Visits the conditional expression.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitConstantExpression | 
            Visits the constant expression.
            (Overrides GenericExpressionVisitorVisitConstantExpression(ConstantExpression).) | 
|  | VisitElementInitializer | 
            Visits the element initializer.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitElementInitializerList | 
            Visits the element initializer list.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitExpression | 
            Visits the expression.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitExpressionList | 
            Visits the expression list.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitInvocationExpression | 
            Visits the invocation expression.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitLambdaExpression | 
            Visits the lambda expression.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitListInitExpression | 
            Visits the list init expression.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitMemberAssignment | 
            Visits the member assignment.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitMemberBinding | 
            Visits the member binding.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitMemberBindingList | 
            Visits the member binding list.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitMemberInitExpression | 
            Visits the member init expression.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitMemberListBinding | 
            Visits the member list binding.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitMemberMemberBinding | 
            Visits the member member binding.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitMethodCallExpression | 
            Visits the method call expression.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitNewArrayExpression | 
            Visits the new array expression.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitNewExpression | 
            Visits the NewExpression expression
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitParameterExpression | 
            Visits the parameter expression.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitTypeBinaryExpression | 
            Visits the type binary expression.
            (Inherited from GenericExpressionVisitor.) | 
|  | VisitUnaryExpression | 
            Visits the unary expression.
            (Inherited from GenericExpressionVisitor.) | 
 See Also
See Also