com.dotmarketing.business
Interface Cachable

All Known Subinterfaces:
ChainCache, IndiciesCache, LogMapperCache, NavToolCache
All Known Implementing Classes:
BlockDirectiveCache, BlockDirectiveCacheImpl, CategoryCache, CategoryCacheImpl, ChainCacheImpl, ContainerCache, ContainerCacheImpl, ContentletCache, ContentletCacheImpl, DotCMSCache, DotCMSCacheImpl, DotResourceCache, FileCache, FileCacheImpl, FolderCache, FolderCacheImpl, HostCache, HostCacheImpl, HostVariablesCache, HostVariablesCacheImpl, HTMLPageCache, HTMLPageCacheImpl, IdentifierCache, IdentifierCacheImpl, IndiciesCacheImpl, LanguageCache, LanguageCacheImpl, LayoutCache, LayoutCacheImpl, LogMapperCacheImpl, MenuLinkCache, MenuLinkCacheImpl, NavToolCacheImpl, PermissionCache, PermissionCacheImpl, PluginCache, PluginCacheImpl, PublishingEndPointCacheImpl, RelationshipCache, RelationshipCacheImpl, RoleCache, RoleCacheImpl, TemplateCache, TemplateCacheImpl, UserCache, UserCacheImpl, UserProxyCache, UserProxyCacheImpl, VersionableCache, VersionableCacheImpl, VirtualLinkCache, VirtualLinkCacheImpl, WorkflowCache, WorkflowCacheImpl

public interface Cachable


Method Summary
 void clearCache()
           
 java.lang.String[] getGroups()
          Use to get all groups the concrete cache belongs to
 java.lang.String getPrimaryGroup()
          Use to get the primary group/region for the concrete cache
 

Method Detail

getPrimaryGroup

java.lang.String getPrimaryGroup()
Use to get the primary group/region for the concrete cache

Returns:

getGroups

java.lang.String[] getGroups()
Use to get all groups the concrete cache belongs to

Returns:

clearCache

void clearCache()


Copyright © 2013 dotCMS Inc. All Rights Reserved.