Class CacheIDProperty

  • All Implemented Interfaces:
    java.io.Serializable

    public final class CacheIDProperty
    extends EdgeExecutionProperty<java.util.UUID>
    Cache ID ExecutionProperty. This property is used for identifying the cached data.
    See Also:
    Serialized Form
    • Method Detail

      • of

        public static CacheIDProperty of​(java.util.UUID value)
        Static method exposing the constructor.
        Parameters:
        value - value of the new execution property.
        Returns:
        the newly created execution property.