Class CacheStorageContentUpdated


  • public class CacheStorageContentUpdated
    extends java.lang.Object
    A cache's contents have been modified.
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheStorageContentUpdated​(java.lang.String origin, java.lang.String cacheName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCacheName()
      Name of cache in origin.
      java.lang.String getOrigin()
      Origin to update.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CacheStorageContentUpdated

        public CacheStorageContentUpdated​(java.lang.String origin,
                                          java.lang.String cacheName)
    • Method Detail

      • getOrigin

        public java.lang.String getOrigin()
        Origin to update.
      • getCacheName

        public java.lang.String getCacheName()
        Name of cache in origin.