示例#1
0
 /** Shuts down this ContentManager. */
 public void stop() {
   shutdown = true;
   CACHE.writeToDisk();
 }