-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add new plugin type for cache manager
- create cache-common with simple in memory cache implementation - use caffeine instead of guava as advice by google for in memory cache - make hazelcast cache independent of hazelcast cluster plugin - bump hazelcast version
- Loading branch information
1 parent
a626355
commit 3bf9804
Showing
58 changed files
with
1,941 additions
and
743 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 0 additions & 72 deletions
72
gravitee-node-api/src/main/java/io/gravitee/node/api/cache/EntryEvent.java
This file was deleted.
Oops, something went wrong.
126 changes: 0 additions & 126 deletions
126
gravitee-node-api/src/main/java/io/gravitee/node/api/cache/EntryEventType.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.