Type Definition pagecache::PagePtr[][src]

type PagePtr<'g, P> = Shared<'g, Node<CacheEntry<P>>>;

A pointer to shared lock-free state bound by a pinned epoch's lifetime.