Jens Wilke

Results 21 issues of Jens Wilke

If the crawl runs frequently to detect changes of a website, it is most likely that the content is actually not changed. This leads to a lot of redundant operations....

##### Current semantic When enabling background refresh with `CacheBuilder.refreshAhead(true)`: The old value will be returned by the cache, although it is expired, and will be replaced by the new value,...

feature

The cache2k clock-pro algorithm runs with fixed sizes of data structures that yielded the best results over all benchmark trace I could get a hold on, see: https://cruftex.net/2016/05/09/Java-Caching-Benchmarks-2016-Part-2.html Nevertheless there...

enhancement

Improve Android support Distribute as AAR (including the needed jars and ProGuard rules) for Android developers

cache2k has no standard way of a central programmatic configuration at the moment. The Spring support of cache2k allows that, e.g.: ``` @Bean ​public CacheManager cacheManager() { ​return new SpringCache2kCacheManager()...

feature
Spring

In the event of reorganizing the jar files (https://github.com/cache2k/cache2k/issues/80), it would make sense to have proper OSGi bundle information on the api and impl jar. The problem is that the...

help wanted

General discussion about an async caching API. ## Current state and issues At the moment the methods `Cache.loadAll` and `Cache.reloadAll` can be used in a read through (with cache loader)...

I define an `_index.md` page starting with this: ```` --- title: Title hideSummary: on hideMeta: on --- ```` My expectation is the list of pages does not include the summary...

bug

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Read about bug reporting in general: https://rspamd.com/doc/faq.html#how-to-report-bugs-found-in-rspamd *...

bug

### Summary The current falcon theme is using the workplace webpack feature to include js (and css?) resources from modules to build single, compact resource file. This scheme needs to...

documentation