clearPalletCache method

void clearPalletCache(
  1. String palletName
)

Clear cache for a specific pallet

Implementation

void clearPalletCache(String palletName) {
  _decodedCache.remove(palletName);
}