mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
7 lines
246 B
Text
7 lines
246 B
Text
cachey implements caching based on computation time and storage space.
|
|
|
|
Cachey tries to hold on to values that have the following characteristics:
|
|
* Expensive to recompute (in seconds)
|
|
* Cheap to store (in bytes)
|
|
* Frequently used
|
|
* Recenty used
|