[This is preliminary documentation and is subject to change.]
The LocalCacheTable TKey type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | LocalCacheTable TKey | Initializes a new instance of the LocalCacheTable TKey class |
Methods
Name | Description | |
---|---|---|
![]() | ContainsKey | |
![]() | DoPurge | (Overrides LocalCacheTable DoPurge .) |
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | Get | |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | GetOrPut | |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Purge | (Inherited from LocalCacheTable.) |
![]() | Put | |
![]() | Rejuvenate | |
![]() | Remove | |
![]() | SizeOfValue | |
![]() | Sweep | (Overrides LocalCacheTable Sweep(Stopwatch, Int32).) |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() | m_Cache | (Inherited from LocalCacheTable.) |
![]() | m_Options | (Inherited from LocalCacheTable.) |
![]() | m_stat_GetHit | (Inherited from LocalCacheTable.) |
![]() | m_stat_GetMiss | (Inherited from LocalCacheTable.) |
![]() | m_stat_Grew | (Inherited from LocalCacheTable.) |
![]() | m_stat_Put | (Inherited from LocalCacheTable.) |
![]() | m_stat_PutCollision | (Inherited from LocalCacheTable.) |
![]() | m_stat_PutOverwrite | (Inherited from LocalCacheTable.) |
![]() | m_stat_PutReplace | (Inherited from LocalCacheTable.) |
![]() | m_stat_RejuvenateHit | (Inherited from LocalCacheTable.) |
![]() | m_stat_RejuvenateMiss | (Inherited from LocalCacheTable.) |
![]() | m_stat_RemoveHit | (Inherited from LocalCacheTable.) |
![]() | m_stat_RemoveMiss | (Inherited from LocalCacheTable.) |
![]() | m_stat_Shrunk | (Inherited from LocalCacheTable.) |
![]() | m_stat_Sweep | (Inherited from LocalCacheTable.) |
![]() | m_stat_SweepDuration | (Inherited from LocalCacheTable.) |
![]() | SweepWhenBecameEmpty | (Inherited from LocalCacheTable.) |
Properties
Name | Description | |
---|---|---|
![]() | Cache | (Inherited from LocalCacheTable.) |
![]() | Capacity |
How many entries are allocated for data
(Overrides LocalCacheTable Capacity.) |
![]() | Count |
How many records in the instance
(Overrides LocalCacheTable Count.) |
![]() | KeyComparer | |
![]() | LoadFactor |
Load factor for the table
(Overrides LocalCacheTable LoadFactor.) |
![]() | Name | (Inherited from LocalCacheTable.) |
![]() | Options | (Inherited from LocalCacheTable.) |
See Also