mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 00:59:02 +00:00
Caching pattern: Implementation of Cache-Aside pattern
This commit is contained in:
@@ -60,4 +60,9 @@ public class CachingTest {
|
||||
public void testReadThroughAndWriteBehindStrategy() {
|
||||
app.useReadThroughAndWriteBehindStrategy();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testCacheAsideStrategy() {
|
||||
app.useCacheAsideStategy();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user