Class NoOpCacheMarshaller

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      The id that this marshaller is responsible for.
      java.lang.Object load()
      Load and return an instance of the type handled by this marshaller.
      void setId​(java.lang.String id)
      The id that this marshaller is responsible for.
      void setValidationPolicy​(java.lang.String policy)
      The CacheMarshaller.ValidationPolicy that this marshaller should use.
      void store​(java.lang.Object o)
      Store o into the cache.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait