• Nils Goroll's avatar
    cache_ban: Add obj.last_hit · 75aa1a80
    Nils Goroll authored
    This commit adds bans by last LRU time, basically equivalent to the existing
    obj.age from b06cdbba (the code was trivial to
    add).
    
    The primary use case is to remove objects from cache which have not been
    accessed for a long time, and, in particular, to get rid of request bans by
    removing all objects which have not been touched since the request ban.
    75aa1a80