shallCache abstract method

bool shallCache(
  1. Asset asset,
  2. int assetSize
)

Whether the given asset shall be cached. *

    • assetSize - the size of asset in bytes.

Implementation

bool shallCache(Asset asset, int assetSize);