Closed simerplaha closed 3 years ago
GroupCacheStrategy sets if cache manager should keep Group references indefinitely or drop as the cacheCapacity reaches its limit.
GroupCacheStrategy
GroupCacheStrategy.Keep
GroupCacheStrategy.Weight(weight: Int)
GroupCacheStrategy
sets if cache manager should keep Group references indefinitely or drop as the cacheCapacity reaches its limit.GroupCacheStrategy.Keep
will keep all Group reference indefinitely or until the Segment is deleted.GroupCacheStrategy.Weight(weight: Int)
will set the weight for the object and drop as cache is filled.