Uploaded image for project: 'Advanced Cache'
  1. Advanced Cache
  2. MGNLADVCACHE-28

EagerRecacheFlushPolicy.getLastUpdateTimestamp() is always 0

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 1.6
    • 1.5
    • None
    • None

      Its private property timestamp is never updated and overlaps the right property which is handled by NotifyFlushListeningPolicy:

      public class EagerRecacheFlushPolicy extends NotifyFlushListeningPolicy {
           private long timestamp;
      
           @Override
           public long getLastUpdateTimestamp() {
               return this.timestamp;
           }
      

        Acceptance criteria

              rkovarik Roman Kovařík
              rkovarik Roman Kovařík
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD