Unconnected lookup transformations in Informatica can only use static cache, not dynamic cache. This is because unconnected lookups are called from expressions using the :LKP reference and don't participate in the data flow the same way connected lookups do - they receive input via function call arguments rather than flowing through input ports, so the cache doesn't need to be updated dynamically during the session.