コード例 #1
0
 /**
  * Method to get the current cache size
  *
  * @return the size of the SDK LRU cache
  */
 public int getSize() {
   return sdkCache.size();
 }