Package jline.examples.java.basic
Class CacheExamples
-
- All Implemented Interfaces:
public class CacheExamples
-
-
Constructor Summary
Constructors Constructor Description CacheExamples()
-
Method Summary
Modifier and Type Method Description static void
cache_replc_rr()
static void
cache_replc_fifo()
static void
cache_replc_routing()
static void
cache_compare_replc()
static void
main(Array<String> args)
-
-
Method Detail
-
cache_replc_rr
static void cache_replc_rr()
-
cache_replc_fifo
static void cache_replc_fifo()
-
cache_replc_routing
static void cache_replc_routing()
-
cache_compare_replc
static void cache_compare_replc()
-
-
-
-