Jake-Moore / SyncEngine

A data storage and synchronization library for Spigot plugins.
MIT License
1 stars 0 forks source link

Cache.delete should push an update to other servers to remove the obj from cache #2

Closed Jake-Moore closed 1 month ago

Jake-Moore commented 4 months ago

If the Sync is present on the other server, it should be marked as stale (preventing any further saves or caches) and also removed from the local caches on that instance. The primary deletion instance will handle removal from the database.