Class CacheActionDispatcher

  • All Implemented Interfaces:
    Runnable

    public class CacheActionDispatcher
    extends Object
    implements Runnable
    An asynchronous buffer of the CacheAction objects. The buffer only accepts MAX_SIZE number of elements. If the queue is already full, the new elements are dropped.
    • Constructor Detail

      • CacheActionDispatcher

        public CacheActionDispatcher()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
      • stop

        public void stop()
        Stop the processing.