Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lecaillon authored Jun 6, 2019
1 parent e0e8c1c commit f9be4b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ services.AddDistributedMemoryCache();
// Register Cassette in the DI container
services.AddCassette(options =>
{
options.KeyPrefix = "Cassette";
options.CacheEntryOption.AbsoluteExpirationRelativeToNow = TimeSpan.FromHours(1);
options.KeyPrefix = "Cassette";
options.CacheEntryOption.AbsoluteExpirationRelativeToNow = TimeSpan.FromHours(1);
});
```

### Configuration

0 comments on commit f9be4b4

Please sign in to comment.