All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.terracotta.modules.ehcache.ToolkitLookup Maven / Gradle / Ivy

The newest version!
/*
 * All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved.
 */
package org.terracotta.modules.ehcache;

import org.terracotta.toolkit.Toolkit;

/**
 * Package protected interface used in tests to lookup internal toolkit.
 */
interface ToolkitLookup {
  Toolkit getToolkit();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy