Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases resources held by the object.
|
|
Start ( IPruneable pruneable ) : void |
Starts pruning the specified pruneable based on the rules of the pruner.
|
|
Stop ( ) : void |
Stops pruning.
|
Method | Description | |
---|---|---|
GetTimeoutInMilliseconds ( ) : int | ||
PruneCacheIfGarbageCollectorHasRun ( object state ) : void |
public Start ( IPruneable pruneable ) : void | ||
pruneable | IPruneable | The pruneable that will be pruned. |
return | void |