Why remote interfaces cannot be cached in service locator

Using the service locator pattern, for a stateless bean can a remote interface(EJBObject) be cached?If not, why cannot it be cached?
[139 byte] By [wickeddaisya] at [2007-9-30 23:43:50]
# 1
> Using the service locator pattern, for a stateless> bean can a remote interface(EJBObject) be cached?No, because remote interface can be invalidated by invoking remove().
Maris_Orbidansa at 2007-7-7 14:57:50 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...