public class LibraryCacheImpl extends Object implements LibraryCache
CACHE_ENABLED_OPTION| Constructor and Description |
|---|
LibraryCacheImpl(CacheType cacheType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
available() |
long |
lastModified() |
ComponentLibrary |
load() |
void |
save(ComponentLibrary library) |
boolean |
storedBefore(long time) |
public LibraryCacheImpl(CacheType cacheType)
public boolean available()
available in interface LibraryCachepublic long lastModified()
public boolean storedBefore(long time)
storedBefore in interface LibraryCachepublic ComponentLibrary load()
load in interface LibraryCachepublic void save(ComponentLibrary library)
save in interface LibraryCacheCopyright © 2014 JBoss by Red Hat. All Rights Reserved.