Class InvalidateCacheEntry

java.lang.Object
com.aoindustries.aoserv.master.InvalidateCacheEntry

public final class InvalidateCacheEntry extends Object
Invalidate requests are place into a queue and then processed by concurrent threads. The requests are temporarily stored in InvalidateCacheEntry objects.
Author:
AO Industries, Inc.
  • Constructor Details

    • InvalidateCacheEntry

      public InvalidateCacheEntry(IntList invalidateList, int host, Long cacheSyncId)
  • Method Details

    • getInvalidateList

      public IntList getInvalidateList()
    • getHost

      public int getHost()
    • getCacheSyncId

      public Long getCacheSyncId()