Package org.glassfish.hk2.utilities.cache.internal


package org.glassfish.hk2.utilities.cache.internal
  • Classes
    Class
    Description
    LRU Cache implementation that relies on entries that keep last hit (get/put) timestamp in order to be able to remove least recently accessed items when running out of cache capacity.
    Implements the CAR algorithm as found here: http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.105.6057