com.github.ignition.support.cache
Class CacheHelper

java.lang.Object
  extended by com.github.ignition.support.cache.CacheHelper

public class CacheHelper
extends Object


Constructor Summary
CacheHelper()
           
 
Method Summary
static String getFileNameFromUrl(String url)
           
static void removeAllWithStringPrefix(AbstractCache<String,?> cache, String urlPrefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheHelper

public CacheHelper()
Method Detail

getFileNameFromUrl

public static String getFileNameFromUrl(String url)

removeAllWithStringPrefix

public static void removeAllWithStringPrefix(AbstractCache<String,?> cache,
                                             String urlPrefix)


Copyright © 2012. All Rights Reserved.