Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added test with RuntimeMemoryCacheOptions
  • Loading branch information
Nuno Pereira committed Jul 2, 2018
commit ba7219400b81492a39b9f0defe56a8c7a5936b0c
2 changes: 1 addition & 1 deletion test/CacheManager.Tests/TestCacheManagers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public static ICacheManager<object> WithMemoryAndDictionaryHandles
.Builder
.WithSystemRuntimeCacheHandle()
.EnableStatistics()
.And.WithSystemRuntimeCacheHandle()
.And.WithSystemRuntimeCacheHandle("LimitedCacheHandle", new SystemRuntimeCaching.RuntimeMemoryCacheOptions() { PhysicalMemoryLimitPercentage = 20, CacheMemoryLimitMegabytes = 200 })
.EnableStatistics()
.WithExpiration(ExpirationMode.Absolute, TimeSpan.FromSeconds(1000))
.And.WithDictionaryHandle()
Expand Down