MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / getSupportedAlgorithms

Function getSupportedAlgorithms

libCacheSim-node/index.js:28–30  ·  view source on GitHub ↗

* Get list of supported cache algorithms * @returns {Array} List of supported algorithms

()

Source from the content-addressed store, hash-verified

26 * @returns {Array} List of supported algorithms
27 */
28function getSupportedAlgorithms() {
29 return ['lru', 'fifo', 'lfu', 'arc', 'clock', 's3fifo', 'sieve'];
30}
31
32/**
33 * Get list of supported trace types

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected