We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5458e0b commit 8972a55Copy full SHA for 8972a55
DigitalRuby.SimpleCache.Tests/FileCacheTests.cs
@@ -34,7 +34,7 @@ double IDiskSpace.GetPercentFreeSpace(string path, out long availableFreeSpace,
34
public async Task TestFileCache()
35
{
36
const int testCount = 10;
37
- const string data = "aowejf poawef jpaowejf paowejf paojefaq23-0 5uq2345u q-3495345W#$ %W#$% W#$%W#$5 w34ihto345hg oih45giw45g1 -f0 uqa-430ru -03q4tu 0q934tq34 T{}43 tpw34ot pw34t0w4395 0w4";
+ const string data = "74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F74956375-DD97-4857-816E-188BC8D4090F";
38
using FileCache fileCache = new(this, this, new NullLogger<FileCache>());
39
40
var item = await fileCache.GetAsync<string>("key1");
0 commit comments