Skip to content

Commit f13e009

Browse files
authored
Update caching.jl to properly use setAll
1 parent 7e0934a commit f13e009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/literate/howto/caching.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ clear!(plan)
7171
toTOML(stdout, plan)
7272

7373
# Caches can also be resized. You can either set the maxsize property of the RecoPlan or use `resize!` on the `ProcessResultCache`. Resizing a cache affects all algorithms build from the same plan.
74-
setAll!(plan, maxsize, 0)
74+
setAll!(plan, :maxsize, 0)

0 commit comments

Comments
 (0)