webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WTF::TinyLRUCache< KeyType, ValueType, capacity, Policy > Class Template Reference

#include <TinyLRUCache.h>

Public Member Functions

const ValueTypeget (const KeyType &key)
 
const ValueTypeget (const KeyType &key)
 
const ValueTypeget (const KeyType &key)
 

Member Function Documentation

◆ get() [1/3]

template<typename KeyType , typename ValueType , size_t capacity = 4, typename Policy = TinyLRUCachePolicy<KeyType, ValueType>>
const ValueType& WTF::TinyLRUCache< KeyType, ValueType, capacity, Policy >::get ( const KeyType key)
inline

◆ get() [2/3]

template<typename KeyType , typename ValueType , size_t capacity = 4, typename Policy = TinyLRUCachePolicy<KeyType, ValueType>>
const ValueType& WTF::TinyLRUCache< KeyType, ValueType, capacity, Policy >::get ( const KeyType key)
inline

◆ get() [3/3]

template<typename KeyType , typename ValueType , size_t capacity = 4, typename Policy = TinyLRUCachePolicy<KeyType, ValueType>>
const ValueType& WTF::TinyLRUCache< KeyType, ValueType, capacity, Policy >::get ( const KeyType key)
inline

The documentation for this class was generated from the following file: