org.jasig.portal.utils.cache
Class CacheFactoryLocator

java.lang.Object
  extended by 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

Constructor Summary
CacheFactoryLocator()
          Deprecated.  
 
Method Summary
static CacheFactory getCacheFactory()
          Deprecated. Method to retrieve the cache factory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheFactoryLocator

public CacheFactoryLocator()
Deprecated. 
Method Detail

getCacheFactory

public static final CacheFactory getCacheFactory()
Deprecated. 
Method to retrieve the cache factory

Returns:
the cache factory.


Copyright © 2010 Jasig. All Rights Reserved.