Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
The CacheCleanup type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CacheCleanup |
Initializes a new instance of the CacheCleanup class.
|
Methods
| Name | Description | |
|---|---|---|
| CalculateHybridChecksum |
Calculates the hybrid checksum, this is used to
create rate for every specific object in the cache
based on various object attributes.
| |
| Clear |
Clears this instance.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetAccessStatList |
Gets the access stat list.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HybridChecksum |
checksum for Hybrid cache clearup, makes a recursive call
until it receives a smaller value then: 100000
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Purge |
Purges this instance, free memory
step 1: sort list based on requested configuration
step 2: start to remove items from the list.
| |
| Remove |
Removes the specified key.
| |
| ToString | (Inherited from Object.) | |
| Update |
Updates the specified msg or its updating the available record if its already added.
|
Properties
| Name | Description | |
|---|---|---|
| CacheAmountOfObjects |
Gets the CacheAmountOfObjects (extern readonly)
| |
| CacheFillFactor |
Gets/sets the CacheFillFactor
| |
| CleanupCacheConfiguration |
Gets/sets the CleanupCacheConfiguration
Defines the cleanup cache configuration, the default value is CACHEITEMPRIORITY [check Enums..::.ServiceCacheCleanUp for more information]
| |
| CleanupDict |
Gets the cleanup list.
| |
| PurgeIsRunning |
Gets the PurgeIsRunning
|