CubeEngine / core

A minecraft module framework
GNU General Public License v3.0
16 stars 4 forks source link

Central garbage collection service #50

Open pschichtel opened 9 years ago

pschichtel commented 9 years ago

It would be nice to have a central place where the core and modules could register an object which has a few methods that get called regularly based on a administration configured value in order to invalidate or clean caches, remove obsolete data from storage or anything else cleanup related.