Android Extensions: Add SparseArray implementation for the View cache (KT-18250)

This commit is contained in:
Yan Zhulanow
2017-06-05 23:32:56 +03:00
parent fbfd51e97e
commit 7b238e0b21
9 changed files with 221 additions and 41 deletions
@@ -17,6 +17,7 @@
package kotlinx.android.extensions
public enum class CacheImplementation {
SPARSE_ARRAY,
HASH_MAP,
NO_CACHE;