Package org.opensearch.index.store.remote.utils.cache


package org.opensearch.index.store.remote.utils.cache
Reference counted cache which is a cache which takes into consideration reference count per cache entry and it's eviction policy depends on current reference count.
For more context why in-house cache implementation exist look at this comment and this ticket for future plans