Variable GLTextureCache._map

class GLTextureCache
{
  // ...
  GLTexture[string] _map;
  // ...
}