createSnapshot abstract method

EntityValidator createSnapshot([
  1. String? serialized
])

Creates a snapshot of entity cache-control.The EntityValidator.isValid evaluated at the time of creation. serialized - serialized validator string. Creates a valid snapshot if null is passed Throws Exception if serialized can't be deserialized

Implementation

EntityValidator createSnapshot([ String? serialized ]);