getCacheId method

String getCacheId()

Implementation

String getCacheId() {
  return "collection_" + _id;
}