CodeGenerationCycleCache Methods | 
The CodeGenerationCycleCache type exposes the following members.
| Name | Description | |
|---|---|---|
| AddRunQueueCache | 
            Adds the values of the specified runqueue cache to this cache under the key specified. If a cache with that key already exists, the values are
            merged into that stored cache, overwriting values with the same key in that cache. 
              | |
| AddValueToCrossCycleCache | 
            Adds the value specified to the cross cycle cache under the key specified.
              | |
| CacheVsNetProjectReferenceForId | 
            Caches the vs net project reference for the FrameworkUsingModelType value specified.
              | |
| DetermineIfCycleTaskHasBeenCompleted | 
            Determines if the cycle task with the sourcename specified has been completed. This is stored in the cross cycle cache.
              | |
| 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.) | |
| GetCachedVsNetProjectReferencesForId | 
            Gets the cached vs net project references for the FrameworkUsingModelType value specified. The value specified is originating from the preset.
              | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| GetValueFromCache | 
            Gets the value from the cache with the key runQueueKey, stored there under the key valueKey.
              | |
| GetValueFromCrossCycleCache | 
            Gets the value stored under the key specified from the cross cycle cache. If the value isn't found, null is returned.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| PopVsNetProjectReferencePerIdCache | 
            Pops the vs net project reference per identifier cache from the stack
              | |
| PushVsNetProjectReferencePerIdCache | 
            Pushes the vs net project reference per identifier cache on the stack.
              | |
| StoreCycleTaskSourceNameAsCompleted | 
            Stores the cycle task source name as completed to the cross cycle cache.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |