public interface LibraryCache
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_ENABLED_OPTION |
| Modifier and Type | Method and Description |
|---|---|
boolean |
available() |
ComponentLibrary |
load() |
void |
save(ComponentLibrary library) |
boolean |
storedBefore(long time) |
static final String CACHE_ENABLED_OPTION
boolean available()
boolean storedBefore(long time)
ComponentLibrary load()
void save(ComponentLibrary library)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.