# ChronologicalEvictionStrategy.ChronologicalEvictionStrategy(ILogger, TimePurgePredicate, ICacheMonitor, TimeSpan?)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.common.chronologicalevictionstrategy/) | [Constructors](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.common.chronologicalevictionstrategy/constructors/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Common/PooledCache/ChronologicalEvictionStrategy.cs#L32-L48)

```csharp
public ChronologicalEvictionStrategy(ILogger logger, TimePurgePredicate timePurage, ICacheMonitor cacheMonitor, TimeSpan? monitorWriteInterval)
```

Initializes a new instance of the [ChronologicalEvictionStrategy](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.common.chronologicalevictionstrategy/) class.

### Parameters

- `logger` (`ILogger`): The logger.
- `timePurage` (`TimePurgePredicate`): The time-based purge predicate.
- `cacheMonitor` (`ICacheMonitor`): The cache monitor.
- `monitorWriteInterval` (`TimeSpan?`): "Interval to write periodic statistics. Only triggered for active caches.
