IS_RESIDENT(OC)

Shore Programmer's Manual - 3 November 94

NAME

is_resident \- determine cache residency of object

SYNOPSIS

#include <ShoreApp.h>
shrc REF(T)::is_resident(bool &res) const;

DESCRIPTION

Is_resident indicates whether the referenced object is currently in the object cache. Upon return, if res is true, then the referenced object is resident. Otherwise, it is not. If the given ref is not valid, then an error is signalled.

VERSION

This manual page applies to Version 0.1 of theShore software.

SPONSORSHIP

The Shore project is sponsored by the Advanced Research Project Agency, ARPA order number 018 (formerly 8230), monitored by the U.S. Army Research Laboratory under contract DAAB07-91-C-Q518.

COPYRIGHT

Copyright (c) 1994 Computer Sciences Department, University of Wisconsin -- Madison. All Rights Reserved.

SEE ALSO

fetch(oc) , flush(oc) , valid(oc) .