Class ReplicatorMessageSerializer$


  • public class ReplicatorMessageSerializer$
    extends java.lang.Object
    A cache that is designed for a small number (<= 32) of entries. It is using instance equality. Adding new entry overwrites oldest. It is thread safe but duplicates of same entry may occur.

    evict must be called from the outside, i.e. the cache will not cleanup itself.

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReplicatorMessageSerializer$

        public ReplicatorMessageSerializer$()