Documentation ¶
Overview ¶
Package dircacheserver is a caching proxy between a client and all directories. Cached entries are appended to a log to survive restarts.
Index ¶
Constants ¶
View Source
const ( // LRUMax is the maximum number of entries in the LRU. LRUMax = 10000 // SequenceLRUMax is the maximum number of paths that // whose sequence we will remember. This is used to // avoid reapplying Watch Events that reflect actions // we have already applied or overridden. SequenceLRUMax = 2000 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.