Structs§
- Cell
LruCache - A wrapper around
LruCache
to provide shared&
access to content. - Sync
LruCache - A wrapper around
LruCache
. This struct is thread safe, doesn’t return any references to any elements inside.
LruCache
to provide shared &
access to content.LruCache
. This struct is thread safe, doesn’t return any references to any
elements inside.