intelligentplant / AppStoreConnect.Adapters

Allows Intelligent Plant App Store Connect to query 3rd party systems
https://appstore.intelligentplant.com
MIT License
0 stars 0 forks source link

Add Count and Size properties to StringCache #404

Closed wazzamatazz closed 3 weeks ago

wazzamatazz commented 3 weeks ago

This PR adds Count and Size properties to StringCache that report the number of strings in the cache and the total size of all cached strings in bytes respectively.

Both properties return -1 if native interning is enabled as it is not possible to obtain this information from the runtime.