public interface BlogManager
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache() |
void |
clearEntry(String title) |
void |
clearEntryFromCache(String title) |
void |
createEntry(Blog blog) |
Blog |
getEntryCached(String title) |
Blog |
getEntryCached(String randomArg,
String title,
String randomArg2) |
Blog |
getEntryRaw(String title) |
Copyright © 2019. All rights reserved.