We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a45d87 commit 4ff2f40Copy full SHA for 4ff2f40
docs/In-Memory.md
@@ -46,7 +46,7 @@ public class Startup
46
// below two settings are added in v0.8.0
47
// enable deep clone when reading object from cache or not, default value is true.
48
EnableReadDeepClone = true,
49
- // enable deep clone when writing object to cache or not, default valuee is false.
+ // enable deep clone when writing object to cache or not, default value is false.
50
EnableWriteDeepClone = false,
51
};
52
// the max random second will be added to cache's expiration, default value is 120
0 commit comments