Tag Archives: cache
FileCache – a simple cache of generated static content
The FileCache sits at the core of the bankopladerne.dk backend with the following responsibilities:
* Ensure often-accessed content is cached.
* Maintain cache of files in the temporary file system while not using too much space.
* Ensure an item is only produced once in a high-traffic scenario where the same resource is requested concurrently. Continue reading
Posted in Bankopladerne, Java, Open Source
Tagged bankoplader, cache, java, spring-boot
Leave a comment