MonoTouch中的System.Runtime.Caching.MemoryCache

Jam*_*rth 3 .net xamarin.ios memorycache

MonoTouch中是否可以访问System.Runtime.Caching.MemoryCache?如果没有,有没有人知道一个等价物?

谢谢!

pou*_*pou 6

System.Runtime.Caching.dll 在MonoTouch(和Mono for Android)中使用的移动(SilverLight超集)配置文件中不存在.

Mono 2.11(不稳定)支持,因此将来可能会出现.IOW MonoTouch将在Mono 2.12上重新定位(即2.11升级至稳定版).现在,MonoTouch正在追随稳定的 Mono 2.10分支.

当然,由于Mono是开源的,你可以在你自己的应用程序中编译/尝试它.