Skip to content

zm: Use default property caching mode when we've properties

Zeeshan Ali Khan requested to merge zeenix/zbus:dbus-proxy-lazy-cache into main

The default is to lazily cache properties to avoid unnecessary caching when creating single use proxies (for quickly calling a method for example).

This should have been part of 3ed1a5a9.

Merge request reports