Variable DrawableCache._idToDrawableMap

class DrawableCache
{
  // ...
  DrawableCache.DrawableCacheItem[string] _idToDrawableMap;
  // ...
}