Delete a specific key-value from cache map
void delete(String type, String name) { _cache.remove(type + ':' + name); }