[Android.Runtime.Register("MAX_SQL_CACHE_SIZE")] public const intMaxSqlCacheSize
Remarks
Absolute max value that can be set by SQLiteDatabase.SetMaxSqlCacheSize(int).
Each prepared-statement is between 1K - 6K, depending on the complexity of the
SQL statement & schema. A large SQL cache may use a significant amount of memory.