setContent abstract method

void setContent(
  1. Asset asset,
  2. DateTime lastModified,
  3. List<int> content
)

Stores the content of the asset (unit: bytes) into the cache.

Implementation

void setContent(Asset asset, DateTime lastModified, List<int> content);