release method

void release(
  1. String entityId
)

Implementation

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