org.jclouds.cloudfiles.blobstore.functions
Class EnableCDNAndCache

java.lang.Object
  extended by org.jclouds.cloudfiles.blobstore.functions.EnableCDNAndCache
All Implemented Interfaces:
com.google.common.base.Function<String,URI>

@Singleton
public class EnableCDNAndCache
extends Object
implements com.google.common.base.Function<String,URI>

Author:
Adrian Cole

Constructor Summary
EnableCDNAndCache(CloudFilesClient sync, com.google.common.cache.LoadingCache<String,URI> cdnContainer)
           
 
Method Summary
 URI apply(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

EnableCDNAndCache

@Inject
public EnableCDNAndCache(CloudFilesClient sync,
                                com.google.common.cache.LoadingCache<String,URI> cdnContainer)
Method Detail

apply

public URI apply(String input)
Specified by:
apply in interface com.google.common.base.Function<String,URI>


Copyright © 2009-2012 jclouds. All Rights Reserved.