org.jasig.portal.utils.cache
Class CacheFactoryLocator
java.lang.Object
org.jasig.portal.utils.cache.CacheFactoryLocator
Deprecated. Code should be injected with the 'cacheFactory' wherever possible
public class CacheFactoryLocator
- extends Object
Convenience locator class for locating the CacheFactory without each class
needing the cache factory to do the lookup in the application context.
- Since:
- 2.5
- Version:
- $Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $
- Author:
- Scott Battaglia
- See Also:
CacheFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheFactoryLocator
public CacheFactoryLocator()
- Deprecated.
getCacheFactory
public static final CacheFactory getCacheFactory()
- Deprecated.
- Method to retrieve the cache factory
- Returns:
- the cache factory.
Copyright © 2010 Jasig. All Rights Reserved.