Uses of Class
org.apache.stanbol.entityhub.servicesapi.yard.CacheStrategy

Packages that use CacheStrategy
org.apache.stanbol.entityhub.servicesapi.site   
org.apache.stanbol.entityhub.servicesapi.yard   
 

Uses of CacheStrategy in org.apache.stanbol.entityhub.servicesapi.site
 

Methods in org.apache.stanbol.entityhub.servicesapi.site that return CacheStrategy
 CacheStrategy SiteConfiguration.getCacheStrategy()
          The cache strategy used by for this site to be used.
 

Uses of CacheStrategy in org.apache.stanbol.entityhub.servicesapi.yard
 

Methods in org.apache.stanbol.entityhub.servicesapi.yard that return CacheStrategy
 CacheStrategy Cache.isField(String field)
          Returns the cache strategy for the given Field.
 CacheStrategy Cache.isLanguage(String lang)
          Returns the cache strategy for the given Language
 CacheStrategy Cache.strategy()
          The strategy used by this Cache.
static CacheStrategy CacheStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CacheStrategy[] CacheStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.