You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="cacheDirectory">Cache directory from plugin metadata</param>
366
+
/// <param name="defaultData">Default data to return</param>
367
+
/// <returns></returns>
368
+
/// <remarks>
369
+
/// BinaryStorage utilizes MemoryPack, which means the object must be MemoryPackSerializable <see href="https://github.com/Cysharp/MemoryPack"/>
/// Save BinaryStorage for current plugin's cache. This is the method used to save cache to binary in Flow.Launcher
375
+
/// This method will save the original instance loaded with LoadCacheBinaryStorageAsync.
376
+
/// This API call is for manually Save. Flow will automatically save all cache type that has called LoadCacheBinaryStorageAsync or SaveCacheBinaryStorageAsync previously.
377
+
/// </summary>
378
+
/// <typeparam name="T">Type for Serialization</typeparam>
/// <param name="cacheDirectory">Cache directory from plugin metadata</param>
381
+
/// <returns></returns>
382
+
/// <remarks>
383
+
/// BinaryStorage utilizes MemoryPack, which means the object must be MemoryPackSerializable <see href="https://github.com/Cysharp/MemoryPack"/>
0 commit comments