org.jclouds.karaf.commands.cache
Class CacheManager<T>

java.lang.Object
  extended by org.jclouds.karaf.commands.cache.CacheManager<T>
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
BlobCacheManager, ComputeCacheManager

public class CacheManager<T>
extends Object
implements Runnable


Constructor Summary
CacheManager()
           
 
Method Summary
 void bind(T service)
           
 void destroy()
           
 List<? extends Cacheable<T>> getCacheables()
           
 void init()
           
 void run()
           
 void setCacheables(List<? extends Cacheable<T>> cacheables)
           
 void unbind(T service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheManager

public CacheManager()
Method Detail

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 © 2012. All Rights Reserved.