This is part of the Fake.Runtime module. ICachingProvider Instance members Instance memberDescription x.CleanCache(context) Signature: context:FakeContext -> unit Modifiers: abstract x.SaveCache(context, cache) Signature: (context:FakeContext * cache:CoreCacheInfo) -> unit Modifiers: abstract x.TryLoadCache(context) Signature: context:FakeContext -> FakeContext * CoreCacheInfo option Modifiers: abstract