Package ch.tocco.nice2.dms.impl.tree.uri
Class ContentUriCacheImpl
java.lang.Object
ch.tocco.nice2.dms.impl.tree.uri.ContentUriCacheImpl
- All Implemented Interfaces:
ContentUriCache,InternalContentUriCache
-
Constructor Summary
ConstructorsConstructorDescriptionContentUriCacheImpl(Context context, ContentTreeService contentTreeService, SecurityManager securityManager, BusinessUnitManager businessUnitManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(URI uri, ContentTreeNode contentTreeNode) voidinvalidate the entire cache
-
Constructor Details
-
ContentUriCacheImpl
public ContentUriCacheImpl(Context context, ContentTreeService contentTreeService, SecurityManager securityManager, BusinessUnitManager businessUnitManager)
-
-
Method Details
-
add
- Specified by:
addin interfaceInternalContentUriCache
-
get
- Specified by:
getin interfaceInternalContentUriCache
-
invalidate
public void invalidate()Description copied from interface:ContentUriCacheinvalidate the entire cache- Specified by:
invalidatein interfaceContentUriCache
-