use of org.gluu.service.cache.InMemoryCacheProvider in project oxCore by GluuFederation.
the class InMemoryCacheProviderTest method beforeClass.
@BeforeClass
public void beforeClass() {
CacheConfiguration cacheConfiguration = new CacheConfiguration();
cache = new InMemoryCacheProvider();
cache.configure(cacheConfiguration);
cache.create();
}
Aggregations