我们可以在Java中使用MS SQL Server进行内存缓存吗

问题描述:


我正在尝试在Java中演示分布式内存缓存系统"Memcache".有关此主题的问题是:

Hi,
I am trying to demonstrate distributed memory caching system "Memcache" in java.My questions on this topic are:

1.Do i require any memcached server to demonstrate this or i can do it without any Memcached server?

2.I have connected my java code to sql server to query and connection is working gud. But i have seen that i require application servers to provide the facility for caching.Is it correct or i can do caching with the help of my system only??

3.If i don`t require any application server then how do i implement the concept of buckets in my system.Or i don`t require using buckets concept??

4.I m actually very confused about these application server and database server difference So can anyone please try to tell me how should i go with the code?

Thanks in advance.
Hellexx

您应该弄清楚内存缓存项目.