标签: java caching jcs
我使用Java缓存系统(JCS)将数据库保存在内存中。 有没有办法在这个系统中执行查询? 例如:
Select name from Employee where sal>20000
谢谢