Package | Description |
---|---|
org.webjars |
Modifier and Type | Method and Description |
---|---|
boolean |
WebJarExtractor.Cache.isUpToDate(String key,
WebJarExtractor.Cacheable cacheable)
Whether the file is up to date.
|
boolean |
WebJarExtractor.MemoryCache.isUpToDate(String key,
WebJarExtractor.Cacheable cacheable) |
boolean |
FileSystemCache.isUpToDate(String key,
WebJarExtractor.Cacheable cacheable) |
void |
WebJarExtractor.Cache.put(String key,
WebJarExtractor.Cacheable cacheable)
Put the given file in the cache.
|
void |
WebJarExtractor.MemoryCache.put(String key,
WebJarExtractor.Cacheable cacheable) |
void |
FileSystemCache.put(String key,
WebJarExtractor.Cacheable cacheable) |
Copyright © 2019. All rights reserved.