org.infinispan.manager
Interface CacheManager

All Superinterfaces:
CacheContainer, EmbeddedCacheManager, Lifecycle, Listenable
All Known Implementing Classes:
DefaultCacheManager

Deprecated.

@Deprecated
public interface CacheManager
extends EmbeddedCacheManager

This interface is only for backward compatibility with Infinispan 4.0.Final and it will be removed in a future version. Use EmbeddedCacheManager or CacheContainer wherever needed.

Since:
4.1
Author:
Mircea.Markus@jboss.com

Field Summary
 
Fields inherited from interface org.infinispan.manager.CacheContainer
DEFAULT_CACHE_NAME
 
Method Summary
 
Methods inherited from interface org.infinispan.manager.EmbeddedCacheManager
cacheExists, defineConfiguration, defineConfiguration, getAddress, getCache, getCacheNames, getClusterName, getCoordinator, getDefaultConfiguration, getGlobalConfiguration, getMembers, getStatus, isCoordinator, isDefaultRunning, isRunning, removeCache, startCaches
 
Methods inherited from interface org.infinispan.manager.CacheContainer
getCache, getCache
 
Methods inherited from interface org.infinispan.lifecycle.Lifecycle
start, stop
 
Methods inherited from interface org.infinispan.notifications.Listenable
addListener, getListeners, removeListener
 


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.