LibreOffice Module stoc (master) 1
Classes | Namespaces | Typedefs
lrucache.hxx File Reference
#include <rtl/ustring.hxx>
#include <memory>
#include <mutex>
#include <unordered_map>
Include dependency graph for lrucache.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LRU_Cache< t_Key, t_Val, t_KeyHash >
 Implementation of a least recently used (lru) cache. More...
 
struct  LRU_Cache< t_Key, t_Val, t_KeyHash >::CacheEntry
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::uno
 

Typedefs

typedef LRU_Cache< OUString, css::uno::Any, OUStringHash > LRU_CacheAnyByOUString
 Template instance for OUString keys, Any values. More...
 

Typedef Documentation

◆ LRU_CacheAnyByOUString

typedef LRU_Cache< OUString, css::uno::Any, OUStringHash > LRU_CacheAnyByOUString

Template instance for OUString keys, Any values.


Definition at line 204 of file lrucache.hxx.