Gck.ObjectCache

const Gck = imports.gi.Gck;

let object_cache = new Gck.ObjectCache({
});
  

An interface implemented on an Gck.Object which contains a cache of attributes.

Prerequisites

ObjectCache requires Gck.Object

Known Implementations

None