Package org.jxmpp.util.cache


package org.jxmpp.util.cache
Fast and efficient Cache implementations.
  • Class
    Description
    Cache<K,V>
    This is jXMPP's cache interface.
    A cache which expires its values.
    A specialized Map that is size-limited (using an LRU algorithm).