sksamuel / aedile

Kotlin Wrapper for Caffeine
Apache License 2.0
164 stars 15 forks source link

Replace deprecated method by the new one in example #13

Closed bmaggi closed 1 year ago

bmaggi commented 1 year ago

Example in readme is using deprecated getOrPut function, code recommend to use get so I adapt the example to have directly the correct code.

sksamuel commented 1 year ago

👍🏻