|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.utils.cache.CacheFactoryLocator
public class CacheFactoryLocator
Convenience locator class for locating the CacheFactory without each class needing the cache factory to do the lookup in the application context.
CacheFactory
Field Summary | |
---|---|
private static java.lang.String |
CACHE_FACTORY_BEAN
String name of the CacheFactory we wish to retrieve. |
private static CacheFactory |
cacheFactory
Single instance of the cache factory that uPortal will use. |
Constructor Summary | |
---|---|
CacheFactoryLocator()
|
Method Summary | |
---|---|
static CacheFactory |
getCacheFactory()
Method to retrieve the cache factory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String CACHE_FACTORY_BEAN
private static final CacheFactory cacheFactory
Constructor Detail |
---|
public CacheFactoryLocator()
Method Detail |
---|
public static final CacheFactory getCacheFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |