eric6/Documentation/Source/eric6.E5Utilities.E5Cache.html

changeset 7989
a21d673a8f99
parent 7631
2c7ccb4484bf
child 8215
fc5d68a6889e
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
234 <dd> 234 <dd>
235 key of the item to be retrieved 235 key of the item to be retrieved
236 </dd> 236 </dd>
237 </dl> 237 </dl>
238 <dl> 238 <dl>
239 <dt>Returns:</dt> 239 <dt>Return:</dt>
240 <dd> 240 <dd>
241 cached item for the given key or None, if the key is not 241 cached item for the given key or None, if the key is not
242 present 242 present
243 </dd> 243 </dd>
244 </dl> 244 </dl>
254 254
255 <p> 255 <p>
256 Public method to get the maximum time entries may exist in the cache. 256 Public method to get the maximum time entries may exist in the cache.
257 </p> 257 </p>
258 <dl> 258 <dl>
259 <dt>Returns:</dt> 259 <dt>Return:</dt>
260 <dd> 260 <dd>
261 maximum cache time in seconds 261 maximum cache time in seconds
262 </dd> 262 </dd>
263 </dl> 263 </dl>
264 <dl> 264 <dl>
273 273
274 <p> 274 <p>
275 Public method to get the maximum size of the cache. 275 Public method to get the maximum size of the cache.
276 </p> 276 </p>
277 <dl> 277 <dl>
278 <dt>Returns:</dt> 278 <dt>Return:</dt>
279 <dd> 279 <dd>
280 maximum number of entries of the cache 280 maximum number of entries of the cache
281 </dd> 281 </dd>
282 </dl> 282 </dl>
283 <dl> 283 <dl>
292 292
293 <p> 293 <p>
294 Public method to get some information about the cache. 294 Public method to get some information about the cache.
295 </p> 295 </p>
296 <dl> 296 <dl>
297 <dt>Returns:</dt> 297 <dt>Return:</dt>
298 <dd> 298 <dd>
299 dictionary containing the cache info 299 dictionary containing the cache info
300 </dd> 300 </dd>
301 </dl> 301 </dl>
302 <dl> 302 <dl>
311 311
312 <p> 312 <p>
313 Public method to get the current length of the cache. 313 Public method to get the current length of the cache.
314 </p> 314 </p>
315 <dl> 315 <dl>
316 <dt>Returns:</dt> 316 <dt>Return:</dt>
317 <dd> 317 <dd>
318 current length of the cache 318 current length of the cache
319 </dd> 319 </dd>
320 </dl> 320 </dl>
321 <dl> 321 <dl>

eric ide

mercurial