blob: d1dad6256a40b2f3eaff8132df862f6697ce351b [file] [log] [blame]
// Copyright 2019 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.
library fuchsia.sys.test;
/// An interface for interacting with the isolated system cache. Typically only
/// accessed from tests.
@discoverable
protocol CacheControl {
/// Causes all isolated caches for the system to be cleared.
Clear() -> ();
};