Package net.rubyeye.xmemcached
Interface MemcachedSessionComparator
-
- All Superinterfaces:
java.util.Comparator<Session>
- All Known Implementing Classes:
AddressMemcachedSessionComparator
,IndexMemcachedSessionComparator
public interface MemcachedSessionComparator extends java.util.Comparator<Session>
Session comparator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
compare(Session o1, Session o2)
Returns a session by special key.
-