comment fixed

pull/488/head
Nikita 9 years ago
parent 9b8d21ee47
commit 3e95416f34

@ -19,10 +19,7 @@ import java.util.Set;
import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeUnit;
/** /**
* <p>Set-based cache with ability to set TTL for each entry via * <p>Set-based cache with ability to set TTL for each object.
* {@link #put(Object, Object, long, TimeUnit)} method.
* And therefore has an complex lua-scripts inside.
* Uses map(value_hash, value) to tie with sorted set which contains expiration record for every value with TTL.
* </p> * </p>
* *
* <p>Current Redis implementation doesn't have set entry eviction functionality. * <p>Current Redis implementation doesn't have set entry eviction functionality.

Loading…
Cancel
Save