|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |