capacity() const | Hash_Cache | [inline] |
expand(const size_t &plus_size) | Hash_Cache | [inline] |
get_hash_capacity() const | Hash_Cache | [inline] |
get_num_busy_slots() const | Hash_Cache | [inline] |
get_num_locked() const | Hash_Cache | [inline] |
Hash_Cache(size_t(*hash_fct)(const Key &), const size_t &__hash_size, const size_t &__cache_size) | Hash_Cache | [inline] |
insert(const Key &key, const Data &data) | Hash_Cache | [inline] |
lock_entry(Cache_Entry *cache_entry) | Hash_Cache | [inline] |
remove(Cache_Entry *cache_entry) | Hash_Cache | [inline] |
search(const Key &key) | Hash_Cache | [inline] |
search_next(Cache_Entry *cache_entry) | Hash_Cache | [inline] |
size() const | Hash_Cache | [inline] |
unlock_entry(Cache_Entry *cache_entry) | Hash_Cache | [inline] |