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 voidcache_replc_rr()static voidcache_replc_fifo()static voidcache_replc_routing()static voidcache_compare_replc()static voidmain(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()
-
-
-
-