#include <db.h> int DBcursor->get_priority(DBC *DbCursor, DB_CACHE_PRIORITY *priorityp);
         The DBcursor->get_priority() method returns the cache priority for
         pages referenced by the DBcursor  handle.
    
         The DBcursor->get_priority() method may be called at any time during
         the life of the application.
    
         The DBcursor->get_priority() 
            
                  method returns a non-zero error value on failure and 0 on success.
            
            
        
    
                          The DBcursor->get_priority() method returns a reference to the cache
                          priority for pages referenced by the 
                          DBcursor  handle in priorityp.