On Mon, Dec 20, 2010 at 11:21 AM, Rami Ojares <[email protected]> wrote:
> The subject says it all. > Anyone know what is the meaning of this? > > Sorry for the slow response. See the javadoc for the removeLRU method. This property has no effect in LRUMap itself, but if a subclass overrides removeLRU to make some entries not removable, then if scanUntilRemovable is true, addMapping will scan until if finds a removable element rather than just trying the LRU entry. Phil > - rami > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
