public static interface WebJarExtractor.Cache
Modifier and Type | Method and Description |
---|---|
boolean |
isUpToDate(String key,
WebJarExtractor.Cacheable cacheable)
Whether the file is up to date.
|
void |
put(String key,
WebJarExtractor.Cacheable cacheable)
Put the given file in the cache.
|
boolean isUpToDate(String key, WebJarExtractor.Cacheable cacheable)
key
- The key to check.cacheable
- The cacheable to check.void put(String key, WebJarExtractor.Cacheable cacheable)
key
- The key to put it at.cacheable
- The cacheable.Copyright © 2017. All rights reserved.