retain method

void retain(
  1. String entityId
)

Implementation

void retain(String entityId) => _cache.retain(entityId);