currentSize property

int get currentSize

Текущий размер HTTP-кеша

Implementation

int get currentSize {
  int res = _CHttpCacheManager_getCurrentSize(_CHttpCacheManagerMakeDefault().._impl=_self);
  return res;
}