BigMemory 4.3.10 | Product Documentation | BigMemory Go Developer Guide | Cache Decorators | Creating a Decorator | Programmatic Creation
 
Programmatic Creation
Cache decorators are created as follows:
BlockingCache newBlockingCache = new BlockingCache(cache);
The class must implement Ehcache.