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
ConstructorDescriptionContentUriCacheImpl
(Context context, ContentTreeService contentTreeService, SecurityManager securityManager, BusinessUnitManager businessUnitManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(URI uri, ContentTreeNode contentTreeNode) void
invalidate the entire cache
-
Constructor Details
-
ContentUriCacheImpl
public ContentUriCacheImpl(Context context, ContentTreeService contentTreeService, SecurityManager securityManager, BusinessUnitManager businessUnitManager)
-
-
Method Details
-
add
- Specified by:
add
in interfaceInternalContentUriCache
-
get
- Specified by:
get
in interfaceInternalContentUriCache
-
invalidate
public void invalidate()Description copied from interface:ContentUriCache
invalidate the entire cache- Specified by:
invalidate
in interfaceContentUriCache
-