Gck.ObjectCacheInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
default_types |
[ |
r |
attribute types that an enumerator should retrieve |
fill |
r |
||
interface |
r |
parent interface |
|
n_default_types |
r |
number of attribute types to be retrieved |
|
reserved |
[ |
r |
Methods¶
None
Details¶
- class Gck.ObjectCacheInterface¶
Interface for [iface`ObjectCache`]. If the default_types field is implemented by a implementing class, then that will be used by a [class`Enumerator`] which has been setup using [method`Enumerator`.set_object_type]
The implementation for populate should add the attributes to the cache. It must be thread safe.