i'm use Java Caching System(JCS) to save database in memory. is there a way to execute a query in this system? for example:
Select name from Employee where sal>20000
thank you
i'm use Java Caching System(JCS) to save database in memory. is there a way to execute a query in this system? for example:
Select name from Employee where sal>20000
thank you