Uses of Class
javax.util.jcache.CacheLogger

Packages that use CacheLogger
javax.util.jcache All access to the cache is through the class javax.util.jcache.CacheAccess
org.fjank.jcache All access to the cache is through the class javax.util.jcache.CacheAccess
 

Uses of CacheLogger in javax.util.jcache
 

Methods in javax.util.jcache that return CacheLogger
 CacheLogger CacheAttributes.getLogger()
          Deprecated. returns the cachelogger for this cache.
 

Methods in javax.util.jcache with parameters of type CacheLogger
 void CacheAttributes.setLogger(CacheLogger logger)
          Deprecated. sets the logger object wich will be used to log cache messages.
 

Uses of CacheLogger in org.fjank.jcache
 

Subclasses of CacheLogger in org.fjank.jcache
 class DefaultCacheLogger
          Logs all messages to System.out for the moment.
 



Copyright © 2002-2009 Hosted by SourceForge. All Rights Reserved.