Class FilterManager.FilterItem

  • Enclosing class:
    FilterManager

    protected class FilterManager.FilterItem
    extends Object
    Holds the filter and the last time the filter was used, to make LRU-based cache cleaning possible. TODO: Clean this up when we switch to Java 1.5
    • Field Detail

      • filter

        public Filter filter
      • timestamp

        public long timestamp
    • Constructor Detail

      • FilterItem

        public FilterItem​(Filter filter)