clear_cached_data_and_pending_operations
Clear all cached values for all records and discard all pending update and remove operations that were scheduled to be
sent to your database from your CachingTable
Calling this function is equivalent to calling both
clear_cached_data
and
clear_pending_operations
.
#
Parametersclear_cached_data_and_pending_operations has no parameters.
#
AvailabilityTable | Available |
---|---|
DynamoDBBasicTable | โฌ |
DynamoDBCachingTable | โ |
ExternalDynamoDBApiBasicTable | โฌ |
ExternalDynamoDBApiCachingTable | โ |
#
Exampletodo: add an example