get method

dynamic get(
  1. int index
)

Implementation

get(int index) {
  return _cache[index];
}