Andreas Huber 01b93e32ca replace EhCache with a custom implementation
The cache must remove/evict writers after a few seconds, but EhCache
only evicts entries when a new entry is added. That is not acceptable
for us, because that would leave lots of files open and we would need
a second mechanism to close them.
Therefore I write a simple wrapper for a ConcurrentHashMap that evicts
entries after timeToLive+5s.
2018-10-03 20:22:45 +02:00
2018-04-21 20:01:39 +02:00
2018-09-30 10:38:25 +02:00
2018-03-19 19:21:57 +01:00
2017-04-16 09:07:28 +02:00
2017-12-16 17:33:45 +01:00
2017-04-14 07:43:42 +02:00
2016-12-04 10:41:37 +01:00
2016-12-04 10:41:37 +01:00
Description
No description provided
8.3 MiB
Languages
Java 79.4%
TypeScript 11.1%
HTML 4.5%
Python 2.8%
SCSS 1.1%
Other 0.9%