You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cloffeine/async_loading_cache.clj
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@
9
9
"Create an AsyncLoadingCache. See `cloffeine.common/builder` for settings.
10
10
A semi-persistent mapping from keys to values. Values are automatically loaded by the cache asynchronously, and are stored in the cache until either evicted or manually invalidated.)
11
11
Implementations of this interface are expected to be thread-safe, and can be safely accessed by multiple concurrent threads."
0 commit comments