$L_1 \cap L_2 \text{will always be closed under intersection}$
Below explanation is not a proof
Since $L_2$ is a regular language then we can design a $\text{Deterministic Finite Automaton for}$ $L_2.$ The definition of Deterministic PDA$\text{(DPDA)}$ states that every move must be deterministic will the 2 conditions -
- $\text{There must be at most one move for any symbol from a state.}$
- $\text{If } \delta(q, \lambda, x) \neq \phi \text{ then } \delta(q, a, x) \text{ must be empty for } \forall a \in \Sigma$
which means that $\text{DPDA}$ at least a powerful as any $\text{FA}$ and any regular language can also be realized using $\text{DPDA}$. Now apart from this DFA also has capability of stack which outperform the capability of $\text{DPDA}$ than $\text{FA}$.
$\text{So }\textbf{DCFL}$$ \cap$ $\textbf{Regular Language } \text{will always be closed under intersection}$