Class NullCacheKey

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    @Deprecated
    public final class NullCacheKey
    extends CacheKey
    Deprecated.
    Since 3.5.3, This class never used and will be removed future version.
    Author:
    Clinton Begin
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NullCacheKey()
      Deprecated.
       
    • Method Summary

      Modifier and Type Method Description
      void update​(java.lang.Object object)
      Deprecated.
       
      void updateAll​(java.lang.Object[] objects)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NullCacheKey

        public NullCacheKey()
        Deprecated.
    • Method Detail

      • update

        public void update​(java.lang.Object object)
        Deprecated.
        Overrides:
        update in class CacheKey
      • updateAll

        public void updateAll​(java.lang.Object[] objects)
        Deprecated.
        Overrides:
        updateAll in class CacheKey