Uses of Interface
com.atlassian.confluence.impl.labels.adaptivelabelcache.dao.AdaptiveLabelCacheDao
- 
Packages that use AdaptiveLabelCacheDao Package Description com.atlassian.confluence.impl.labels.adaptivelabelcache com.atlassian.confluence.impl.labels.adaptivelabelcache.dao  - 
- 
Uses of AdaptiveLabelCacheDao in com.atlassian.confluence.impl.labels.adaptivelabelcache
Constructors in com.atlassian.confluence.impl.labels.adaptivelabelcache with parameters of type AdaptiveLabelCacheDao Constructor Description AdaptiveMostUsedLabelsCacheImpl(AdaptiveMostUsedLabelsCacheImpl.TimestampProvider timestampProvider, AdaptiveLabelCacheDao adaptiveLabelCacheDao, LabelManagerInternal labelManagerDelegate)AdaptiveMostUsedLabelsCacheImpl(AdaptiveLabelCacheDao adaptiveLabelCacheDao, LabelManagerInternal labelManagerDelegate) - 
Uses of AdaptiveLabelCacheDao in com.atlassian.confluence.impl.labels.adaptivelabelcache.dao
Classes in com.atlassian.confluence.impl.labels.adaptivelabelcache.dao that implement AdaptiveLabelCacheDao Modifier and Type Class Description classDatabaseBasedAdaptiveLabelCacheDaoImplAn implementation which uses a separate table for storing persisted data 
 -