EN · DE · RU · FR · ES

#274: ToDoCache.java

plugins/org.projectforge.plugins.todo/src/main/java/org/projectforge/plugins/todo/ToDoCache.java · Cache Manager · 78 lines · 36 code · 33 comments · 9 blank

Part of the ToDo plugin. Cache Manager.

Cache implementation storing frequently accessed data in memory.

Structure

ToDoCacheclass : AbstractCache.

Key dependencies: org.projectforge.framework.cache.AbstractCache

Design Decisions

Gotchas & Pitfalls

Git History

CommitDescription
868d6abb72025 -> 2026 (minor edit, license header update)
63081666fSource file headers: 2024-> 2025. (minor edit, license header update)
4c04cfd65MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.) (minor edit, method changes)
b6092df09Copyright 2023 -> 2024 (minor edit, license header update)
ab45d51faCopyright 2001-2022 -> 2001-2023. (minor edit, license header update)
5f7ef41b8Copyright 2021 -> 2022
ceb63e8a1Source code header: (C) 2001-2021.
7c79f1922Copyright of source header -> 2020.
8acfd3040Plugins: code cleanup
83afa06d9Optimize plugin imports