文件名称:Xamarin-CacheUtils:具有对象缓存的简单Http Restful缓存
文件大小:14KB
文件格式:ZIP
更新时间:2024-02-26 19:46:51
caching http json xamarin rest
Xamarin.Forms的缓存实用程序 安装 安装到您的Shared和OS特定项目中 Nuget: ://www.nuget.org/packages/Ib.Xamarin.CacheUtils/ 初始化 在您的操作系统特定的启动文件(适用于Android的MainAcivity.cs和/或适用于iOS的AppDelegate.cs)中添加 CacheUtils . Init ( System . Environment . GetFolderPath ( System . Environment . SpecialFolder . Personal )); 全球 缓存保持时间(时间跨度)
【文件预览】:
Xamarin-CacheUtils-master
----.gitignore(5KB)
----CacheUtils.cs(1KB)
----README.md(5KB)
----Ib.Xamarin.CacheUtils.csproj(2KB)
----ObjectCache()
--------ObjectStorage.cs(469B)
--------CacheHelper.cs(2KB)
----Ib.Xamarin.CacheUtils.sln(1KB)
----CacheRestService()
--------CacheEventArgs.cs(315B)
--------RestServiceAttribute()
--------CacheRestService.cs(3KB)
--------ICacheRestService.cs(333B)
--------CacheRestManager.cs(4KB)