public static class CacheInterceptor.FileStore extends CacheInterceptor.Store
| Constructor and Description |
|---|
FileStore() |
| Modifier and Type | Method and Description |
|---|---|
com.predic8.membrane.core.interceptor.cache.Node |
get(String url) |
String |
getDir() |
void |
init(Router router) |
void |
put(String url,
com.predic8.membrane.core.interceptor.cache.Node node) |
void |
setDir(String dir) |
public String getDir()
public void setDir(String dir)
public void init(Router router)
init in class CacheInterceptor.Storepublic com.predic8.membrane.core.interceptor.cache.Node get(String url)
get in class CacheInterceptor.Storepublic void put(String url, com.predic8.membrane.core.interceptor.cache.Node node)
put in class CacheInterceptor.StoreCopyright © 2022. All Rights Reserved.