Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
The Cleanup type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Cleanup | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| CompareTo |
Compares the current object with another object of the same type.
| |
| 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.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Overrides Object..::.ToString()()().) |
Fields
| Name | Description | |
|---|---|---|
| CacheItemHitRatio |
Comparsion based on item hit ratio
| |
| CacheItemHybridPoints |
Specific comparsion based on hybrid points.
| |
| CacheItemObjectSize |
Comparsion based on object size
| |
| CacheItemPriority |
comparsion based on object priority
| |
| CacheItemTimeSpan |
Comparsion based on cache item time span
| |
| CacheItemUsageDateTime |
Comparsion based on open usage date time
|
Properties
| Name | Description | |
|---|---|---|
| CleanupCacheConfiguration |
Gets/sets the CleanupCacheConfiguration
Defines the cleanup cache configuration, the default value is CACHEITEMPRIORITY [check Enums..::.ServiceCacheCleanUp for more information]
| |
| HitRatio |
Gets/sets the HitRatio
| |
| HybridPoint |
Gets/sets the HybridPoint
| |
| Key |
Gets/sets the Key
| |
| ObjectSize |
Gets/sets the ObjectSize
| |
| Prio |
Defines the object priority of the cache item.
Gets/sets the Prio
| |
| Sorting |
Gets/sets the Sorting
| |
| Span |
Gets/sets the Span - calculate how much time left until the item
will be deleted from the cache.
| |
| UsageDatetime |
Gets/sets the UsageDatetime
|