#include <LRU_Connection_Purging_Strategy.h>
Inheritance diagram for TAO_LRU_Connection_Purging_Strategy:
Public Member Functions | |
TAO_LRU_Connection_Purging_Strategy (int cache_maximum) | |
The constructor. | |
virtual | ~TAO_LRU_Connection_Purging_Strategy (void) |
The destructor. | |
virtual void | update_item (TAO_Transport *transport) |
Called when accessing an item from the cache. | |
Private Attributes | |
unsigned long | order_ |
The ordering information for each transport in the cache. |
This class maintains it's own count which is applied to the item passed in. This way, the least recently used transport has the smallest ordering number and will therefore be purged first.
|
The constructor.
|
|
The destructor.
|
|
Called when accessing an item from the cache.
Implements TAO_Connection_Purging_Strategy. |
|
The ordering information for each transport in the cache.
|