Interface ComponentTracker<C>

All Known Implementing Classes:
AbstractComponentTracker, AppenderTracker, CyclicBufferTracker

public interface ComponentTracker<C>
Interface for tracking various components by key. Components which have not been accessed for more than a user-specified duration are deemed stale and removed. Components can also be explicitly marked as having reached their endOfLife(String) in which case they will linger for a few seconds and then be removed.
Since:
1.0.12
Author:
Tommy Becker, Ceki Gulcu, David Roussel