getCacheId method

String getCacheId()

Returns Cache Id for this Collection

Implementation

String getCacheId() {
  return CacheHandler.PREFIX + _id;
}