|
Blogs
Using NCache as Hibernate Second Level Cache
Hibernate is an Object-Relational Mapping library for Java language which provides you mapping from Java classes to database table. This results in reduction of the overall development cycle. Due to its benefits, majority high transactional applications are developed using Hibernate.
These high traffic Hibernate applications are encountering a major scalability issue which can be solved by Java distributed cache, like NCache
NCache provides you hibernate second-level cache, which allows you to plug-in 3rd party distributed (out-proc) caching provider to cache object across sessions and servers. Read more
Speed up object serialization in Distributed Cache
Serialization transforms an object into a byte-stream so it can be moved out of a process either for persistence or to be sent to another process. The serialization mechanism provided by .NET framework has two major problems i.e. it is very bulky and very slow.
Use NCache Compact Serialization, to reduce serialized byte-stream and boost application performance without any code change. Read more
Top
|