Interface

Gck-2GckObjectCacheInterface

Interface for implementing ObjectCache. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_fill(attrs: Attributes): void;
}

Hierarchy (View Summary)

Index

Methods

Methods

  • Adds the attributes to the set cached on this object. If an attribute is already present in the cache it will be overridden by this value.

    This will be done in a thread-safe manner.

    Parameters

    Returns void