#include "tao/Transport_Descriptor_Interface.h"
Include dependency graph for Cache_Entries.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | TAO |
Classes | |
class | TAO::Cache_IntId |
Helper class for TAO_Transport_Cache_Manager. More... | |
class | TAO::Cache_ExtId |
Helper class for TAO_Transport_Cache_Manager: unifies several data items, so they can be stored together as a <value> for a <key> in a hash table holding the state of the Transport Cache. More... | |
Enumerations | |
enum | Cache_Entries_State { ENTRY_IDLE_AND_PURGABLE, ENTRY_IDLE_BUT_NOT_PURGABLE, ENTRY_PURGABLE_BUT_NOT_IDLE, ENTRY_BUSY, ENTRY_CLOSED, ENTRY_UNKNOWN } |
|