pub type Handle = Cache<Handle<OwnShared<Store>>>;
A thread-local handle to access any object.
struct Handle { /* private fields */ }