mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
48fbb45967
Add a simple general-purpose in-memory cache implementation, called opr_cache. Keys and values are simple flat opaque buffers (no complex nested structures allowed), hashing is done with jhash, and cache eviction is mostly random with some LRU bias. Partly based off a different implementation by mbarbosa@sinenomine.net. Change-Id: I16b5988947ff603dfe31613cd7be3908a69264e5 Reviewed-on: https://gerrit.openafs.org/13884 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
26 lines
299 B
Plaintext
26 lines
299 B
Plaintext
util/ktime
|
|
util/exec-alt
|
|
util/volutil
|
|
auth/keys
|
|
auth/superuser
|
|
auth/authcon
|
|
auth/realms
|
|
cmd/command
|
|
opr/cache
|
|
opr/dict
|
|
opr/fmt
|
|
opr/jhash
|
|
opr/queues
|
|
opr/rbtree
|
|
opr/softsig
|
|
opr/time
|
|
opr/uuid
|
|
ptserver/pt_util
|
|
ptserver/pts-man
|
|
rx/event
|
|
rx/perf
|
|
volser/vos-man
|
|
volser/vos
|
|
bucoord/backup-man
|
|
kauth/kas-man
|