(int newSize)
| 1122 | * @param newSize the maximum number of bytes for caching. Maximum is 2GB. |
| 1123 | */ |
| 1124 | public class gdal:public static void SetCacheMax(int newSize) |
| 1125 | |
| 1126 | /** |
| 1127 | * Get cache memory used. |
| 1128 | * |
| 1129 | * @return the number of bytes of memory currently in use by the |
| 1130 | * GDALRasterBlock memory caching. |
| 1131 | */ |
| 1132 | public class gdal:public static int GetCacheUsed() |
| 1133 | |
| 1134 |
no outgoing calls