IMP logo
IMP Reference Guide  develop.4785481560,2024/03/29
The Integrative Modeling Platform
cache.h File Reference

Helper classes for various types of caching. More...

#include <IMP/kernel_config.h>
#include "internal/cache.h"
#include "check_macros.h"
#include "log_macros.h"
#include "Vector.h"
#include <IMP/hash.h>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/sequenced_index.hpp>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/global_fun.hpp>
#include "Array.h"
#include <functional>
+ Include dependency graph for cache.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::LRUCache< Generator, Checker >
 Implement a simple least recently used cache. More...
 
class  IMP::Memoizer< Generator, Checker >
 Helper class for writing memoizers. More...
 
class  IMP::SparseSymmetricPairMemoizer< Generator, Checker >
 

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 

Detailed Description

Helper classes for various types of caching.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file cache.h.