BigMemory 4.3.7 | Product Documentation | BigMemory Max Developer Guide | Cache Extensions | Programmatic Configuration
 
Programmatic Configuration
Cache extensions can also be programmatically added to a Cache as shown below:
TestCacheExtension testCacheExtension = new TestCacheExtension(cache, ...);
testCacheExtension.init();
cache.registerCacheExtension(testCacheExtension);