Skip to content

Commit

Permalink
Merge c22142f into 53d0b27
Browse files Browse the repository at this point in the history
  • Loading branch information
bzinberg committed Apr 20, 2020
2 parents 53d0b27 + c22142f commit 92afbba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ julia> x(1)
1
```

By default, Memoize.jl uses an `ObjectIdDict` as a cache, but it's also possible to specify the type of the cache. If you want to cache vectors based on the values they contain, you probably want this:
By default, Memoize.jl uses an [`IdDict`](https://docs.julialang.org/en/v1/base/collections/#Base.IdDict) as a cache, but it's also possible to specify the type of the cache. If you want to cache vectors based on the values they contain, you probably want this:

```julia
using Memoize
Expand Down Expand Up @@ -66,4 +66,4 @@ Running

julia> x(2,3)
5
```
```

0 comments on commit 92afbba

Please sign in to comment.