MxCache runtime · Constains all classes necessary for launching a MxCache-instrumentated application
Group: com.maxifier.mxcache - All Dependencies
MxCache instrumentator · Instrumentator core. This jar can also be used for dynamic instrumentation.
MxCache asm · A repackage of ASM byte code manipulation library with some fixes from 3.3. All classes put into com.maxifier.mxcache.asm package. (It was done because different versions ASM are incompatible) The repackaging is done via maven-shade-plugin. This project is located in MxCache repository but it is not liked with its parent project as IDEA doesn't perform well when used with shade plugin.
MxCache IDEA API stubs · Contains stubs of JetBrains Idea plugin API. This is necessary due to JetBrains provides no artifacts available in public maven repositories. This stuff was automatically generated with APIfier stub generator.
MxCache guice integration · Allows to use Guice as an instance provider for MxCache
MxCache Guava integration · A set of custom caching strategies for Google Guava library
MxCache maven plugin · MxCache instrumentation plugin for maven
MxCache JMX · MxCache management extensions and JConsole plugin
MxCache Idea plugin · MxCache instrumentation plugin for IntelliJ idea
MxCache API stub generator · Stubgen allows to generate API stub source code for third-party libraries. It extracts only a skeleton of trird-party libraries that are used by your code. Skeletons are brief and don't contain any extra information.
Generator of MxCache cache classes · Contains a set of templates and Generator class that generates various cache classes for a combination of different primitive key and value types.
MxCache EhCache strategies · A set of custom caching strategies for EhCache framework
MxCache · MxCache parent project. MxCache adds an annotation-driven caching facility to java projects.