Lines Matching refs:LRU_Cache
40 class LRU_Cache class
65 inline LRU_Cache( sal_Int32 nCachedElements = 128 );
69 inline ~LRU_Cache();
97 inline LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::LRU_Cache( sal_Int32 nCachedElements ) in LRU_Cache() function in LRU_Cache
119 inline LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::~LRU_Cache() in ~LRU_Cache()
125 inline void LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::toFront( in toFront()
148 inline sal_Bool LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::hasValue( in hasValue()
157 inline t_Val LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::getValue( in getValue()
177 inline void LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::setValue( in setValue()
215 inline void LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::clear() in clear()
238 typedef LRU_Cache< ::rtl::OUString, ::com::sun::star::uno::Any,