Module io.ebean.api

Class ServerCacheNotification

java.lang.Object
io.ebean.cache.ServerCacheNotification

public class ServerCacheNotification extends Object
Notification event that dependent tables have been modified.

This is sent to other interested servers (in the cluster).

  • Constructor Details

    • ServerCacheNotification

      public ServerCacheNotification(Set<String> dependentTables)
  • Method Details