@ -15,6 +15,8 @@
*/
package org.redisson.cache;
import org.redisson.misc.FastRemovalQueue;
/**
* LRU (least recently used) cache.
*
@ -15,8 +15,6 @@
package org.redisson.misc;
import org.redisson.cache.FastRemovalQueue;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.atomic.AtomicInteger;
@ -13,9 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
import org.redisson.misc.WrappedLock;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
@ -1,7 +1,6 @@
import org.junit.jupiter.api.Test;
import java.util.concurrent.ConcurrentLinkedQueue;