File: buffer.html

package info (click to toggle)
worker-doc 2.9.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,604 kB
  • ctags: 18
  • sloc: sh: 517; makefile: 279
file content (45 lines) | stat: -rw-r--r-- 2,064 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <meta name="Author" content="Ralf Hoffmann">
 <title>Directory-Cache</title>
 <link rel="contents" href="sidemap.html" title="Content">
 <link rel="start" href="index.html" title="Index">
 <link rel="index" href="index.html" title="Index">
 <link rel="prev" href="usage6.html" title="">
 <link rel="next" href="function.html" title="">
 <link rel="chapter" href="introduction.html" title="Introduction">
 <link rel="chapter" href="installation.html" title="Installation">
 <link rel="chapter" href="config.html" title="Configuration">
 <link rel="chapter" href="usage.html" title="Usage">
 <link rel="chapter" href="function.html" title="Function overview">
 <link rel="chapter" href="todo.html" title="TODO">
 <link rel="chapter" href="changelog.html" title="ChangeLog">


<link rel=stylesheet type="text/css" href="style.css">
</head>
<BODY ALINK="darkblue" BACKGROUND="../pics/winback.png" BGCOLOR="#8E8E8E" LINK="darkblue" TEXT="#000000" VLINK="darkblue">
<center>
<h1>
 <b>
  <i>Directory-Cache</i>
 </b>
</h1></center><br>
Worker is able to cache a defined number (but you can define this number) of directories.
The recognized filetypes and which file is selected will be saved. The calculated directory-sizes will be saved too.
<BR><BR>
Every time you change the directory, the saved values will be restored if they are still available in the cache.
<BR><BR>
But every directory will be up-to-date. It will be reread every time and only the value that fits will be used.
<BR><BR>
The bigger the cache, the more directories can be cached. But this decreases the memory-space (and a very large number of cached directories will affect the performance).
The default value is 10 caches, but naturally you can change this to your needs. 1 will disable this feature.
<HR>
<center>
<a href="config1.html"><b>Goto "Global Configuration"</b></a><br>
<a href="index.html"><b>Home</b></a>
</center>
</body>
</html>