1 package com.atlassian.user.cache; 2 3 import com.atlassian.cache.CacheFactory; 4 5 /** 6 * 7 */ 8 public interface CacheFactoryAware 9 { 10 void setCacheFactory(final CacheFactory cacheFactory); 11 }