Package ch.tocco.nice2.dms.spi.tree
Class SecurityAwareMemoizingSupplier<T>
java.lang.Object
ch.tocco.nice2.dms.spi.tree.SecurityAwareMemoizingSupplier<T>
- All Implemented Interfaces:
Supplier<T>
Based on
.
A supplier that invalidates the cache if the security privileges have changed.
invalid reference
Suppliers#memoize(Supplier)
-
Constructor Summary
ConstructorDescriptionSecurityAwareMemoizingSupplier
(Supplier<T> delegate, SecurityManager securityManager) -
Method Summary