Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

System.Runtime.Caching.MemoryCache in MonoTouch

Is the System.Runtime.Caching.MemoryCache accessible in MonoTouch? If not, does anyone know of an equivalent?

Thanks!

like image 239
James Hollingworth Avatar asked May 25 '26 01:05

James Hollingworth


1 Answers

System.Runtime.Caching.dll does not exists in the mobile (SilverLight superset) profile used in MonoTouch (and Mono for Android).

It is supported by Mono 2.11 (unstable) so it may become available in the future. IOW MonoTouch will rebased on Mono 2.12 (i.e. 2.11 promoted to stable). Right now MonoTouch is following the stable Mono 2.10 branch.

Of course since Mono is open source you can compile/try it inside your own application.

like image 119
poupou Avatar answered May 27 '26 16:05

poupou



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!