Uses of Interface
org.alfresco.repo.content.caching.quota.QuotaManagerStrategy
-
Packages that use QuotaManagerStrategy Package Description org.alfresco.repo.content.caching org.alfresco.repo.content.caching.quota -
-
Uses of QuotaManagerStrategy in org.alfresco.repo.content.caching
Methods in org.alfresco.repo.content.caching that return QuotaManagerStrategy Modifier and Type Method Description QuotaManagerStrategyCachingContentStore. getQuota()Methods in org.alfresco.repo.content.caching with parameters of type QuotaManagerStrategy Modifier and Type Method Description voidCachingContentStore. setQuota(QuotaManagerStrategy quota)Sets the QuotaManagerStrategy that will be used. -
Uses of QuotaManagerStrategy in org.alfresco.repo.content.caching.quota
Classes in org.alfresco.repo.content.caching.quota that implement QuotaManagerStrategy Modifier and Type Class Description classStandardQuotaStrategyQuota manager for the CachingContentStore that has the following characteristics:classUnlimitedQuotaStrategyQuotaManagerStrategy that doesn't enforce any quota limits whatsoever.
-