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