| // Copyright 2021 The Chromium Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| // Next MinVersion: 1 | |
| module arc.mojom; | |
| // Next method ID: 1 | |
| interface MemoryInstance { | |
| // Drops the guest kernel's page caches. Returns true on success. | |
| DropCaches@0() => (bool result); | |
| }; |