capacity() const | Aleph::Hash_Cache< Key, Data, Cmp > | inline |
expand(const size_t &plus_size) | Aleph::Hash_Cache< Key, Data, Cmp > | inline |
get_hash_capacity() const | Aleph::Hash_Cache< Key, Data, Cmp > | inline |
get_num_busy_slots() const | Aleph::Hash_Cache< Key, Data, Cmp > | inline |
get_num_locked() const | Aleph::Hash_Cache< Key, Data, Cmp > | inline |
Hash_Cache(size_t(*hash_fct)(const Key &), const size_t &__hash_size, const size_t &__cache_size) | Aleph::Hash_Cache< Key, Data, Cmp > | inline |
insert(const Key &key, const Data &data) | Aleph::Hash_Cache< Key, Data, Cmp > | inline |
lock_entry(Cache_Entry *cache_entry) | Aleph::Hash_Cache< Key, Data, Cmp > | inline |
remove(Cache_Entry *cache_entry) | Aleph::Hash_Cache< Key, Data, Cmp > | inline |
search(const Key &key) | Aleph::Hash_Cache< Key, Data, Cmp > | inline |
search_next(Cache_Entry *cache_entry) | Aleph::Hash_Cache< Key, Data, Cmp > | inline |
size() const | Aleph::Hash_Cache< Key, Data, Cmp > | inline |
unlock_entry(Cache_Entry *cache_entry) | Aleph::Hash_Cache< Key, Data, Cmp > | inline |
~Hash_Cache() (definido en Aleph::Hash_Cache< Key, Data, Cmp >) | Aleph::Hash_Cache< Key, Data, Cmp > | inlinevirtual |