Is the System.Runtime.Caching.MemoryCache accessible in MonoTouch? If not, does anyone know of an equivalent?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
System.Runtime.Caching.dlldoes 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.