Skip to content

Commit e16f2f4

Browse files
authored
Removed Misleadind Docs
Removed Misleading Doc for Mode which is no longer an input parameter.
1 parent d82f6fc commit e16f2f4

File tree

1 file changed

+0
-4
lines changed
  • modules/core/src/main/scala-2/scalacache/memoization

1 file changed

+0
-4
lines changed

modules/core/src/main/scala-2/scalacache/memoization/package.scala

-4
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ package object memoization {
3535
* Time-To-Live
3636
* @param f
3737
* 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
4038
* @param cache
4139
* The cache
4240
* @param flags
@@ -65,8 +63,6 @@ package object memoization {
6563
* Time-To-Live
6664
* @param f
6765
* A function that computes some result wrapped in an `F`. This result is the value that will be cached.
68-
* @param mode
69-
* The operation mode, which decides the type of container in which to wrap the result
7066
* @param cache
7167
* The cache
7268
* @param flags

0 commit comments

Comments
 (0)