We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82f6fc commit e16f2f4Copy full SHA for e16f2f4
modules/core/src/main/scala-2/scalacache/memoization/package.scala
@@ -35,8 +35,6 @@ package object memoization {
35
* Time-To-Live
36
* @param f
37
* A function that computes some result. This result is the value that will be cached.
38
- * @param mode
39
- * The operation mode, which decides the type of container in which to wrap the result
40
* @param cache
41
* The cache
42
* @param flags
@@ -65,8 +63,6 @@ package object memoization {
65
63
66
64
67
* A function that computes some result wrapped in an `F`. This result is the value that will be cached.
68
69
70
71
72
0 commit comments