StoreManagement, accessed via FMTCStore().manage, allows control over the store and its contents.
final mgmt =FMTCStore('storeName').manage;await mgmt.ready; // Check whether the store existsawait mgmt.create(); // Create the storeawait mgmt.delete(); // Empty tiles from the store, and delete itawait mgmt.reset(); // Empty tiles from the store, and reset hits & missesawait mgmt.rename('newStoreName'); // Change the name of the storeawait mgmt.removeTilesOlderThan(DateTime.timestamp()); // Empty all tiles last modified before the specified timestamp