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