blob: e963e6a919a3fdb934a2c35dead5dc5aab38a0d1 [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.
@available(added=7)
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() -> ();
};