org.jclouds.karaf.commands.cache
Class CacheManager<T>
java.lang.Object
org.jclouds.karaf.commands.cache.CacheManager<T>
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- BlobCacheManager, ComputeCacheManager
public class CacheManager<T>
- extends Object
- implements Runnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheManager
public CacheManager()
init
public void init()
destroy
public void destroy()
run
public void run()
- Specified by:
run in interface Runnable
bind
public void bind(T service)
unbind
public void unbind(T service)
getCacheables
public List<? extends Cacheable<T>> getCacheables()
setCacheables
public void setCacheables(List<? extends Cacheable<T>> cacheables)
Copyright © 2009-2012 jclouds. All Rights Reserved.