CFP last date
20 May 2024
Call for Paper
June Edition
IJCA solicits high quality original research papers for the upcoming June edition of the journal. The last date of research paper submission is 20 May 2024

Submit your paper
Know more
Reseach Article

Object Caching Design Framework for Improving Data Access Performance in Enterprise Applications

by Nilayam Kumar Kamila, Renu Raghavan, Naveen Chalicheemala
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
Volume 88 - Number 13
Year of Publication: 2014
Authors: Nilayam Kumar Kamila, Renu Raghavan, Naveen Chalicheemala
10.5120/15415-3957

Nilayam Kumar Kamila, Renu Raghavan, Naveen Chalicheemala . Object Caching Design Framework for Improving Data Access Performance in Enterprise Applications. International Journal of Computer Applications. 88, 13 ( February 2014), 30-34. DOI=10.5120/15415-3957

@article{ 10.5120/15415-3957,
author = { Nilayam Kumar Kamila, Renu Raghavan, Naveen Chalicheemala },
title = { Object Caching Design Framework for Improving Data Access Performance in Enterprise Applications },
journal = { International Journal of Computer Applications },
issue_date = { February 2014 },
volume = { 88 },
number = { 13 },
month = { February },
year = { 2014 },
issn = { 0975-8887 },
pages = { 30-34 },
numpages = {9},
url = { https://ijcaonline.org/archives/volume88/number13/15415-3957/ },
doi = { 10.5120/15415-3957 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2024-02-06T22:07:33.360032+05:30
%A Nilayam Kumar Kamila
%A Renu Raghavan
%A Naveen Chalicheemala
%T Object Caching Design Framework for Improving Data Access Performance in Enterprise Applications
%J International Journal of Computer Applications
%@ 0975-8887
%V 88
%N 13
%P 30-34
%D 2014
%I Foundation of Computer Science (FCS), NY, USA
Abstract

In today's technological world, applications are designed to communicate across different interfaces and databases with high speed mode. The data communication between applications and the database needs accuracy as well as quick fire. There have been many designs implemented to reduce the transfer time. Caching is one of such attempt to reduce data access time. But it becomes difficult to cache database results (dynamic data) when the database is manipulated by various external applications. The caching technique provides a faster way to access data, but at same time it should capable to provide the data accuracy. There is no such generic model or design available till today which could capable to cache the highly dynamic data [4]. Here a model is presented, where by implementing this design, the data results will be cached with complete data accuracy in application level and will reduce the repetitive transmission time and hence increase the overall performance of the system.

References
  1. H. Opfner, S. Wendland and E. Mansour, "Data Caching On Mobile Devices The Experimental MyMIDP Caching Framework". http://elab. ws/portal/files/publications/icsoft09-cach. pdf.
  2. Nilayam K Kamila and Prashanta K Patra, "An Extensive Data Caching Framework Approach for Enterprise Application. In Journal of Theoretical and Applied Information Technology. http://www. jatit. org/volumes/Vol52No1/11Vol52No1. pdf
  3. Examples of Using the Scheduler. http://docs. oracle. com/cd/B28359_01/server. 111/b28310/schedadmin006. htm
  4. Open Source Cache Solutions in Java. http://java-source. net/open-source/cache-solutions
  5. EHCACHE. http://ehcache. org/documentation/code-samples
  6. JBoss Cache Users' Guide. http://docs. jboss. org/jbosscache/3. 2. 1. GA/userguide_en/html_single/
Index Terms

Computer Science
Information Sciences

Keywords

Database Caching Caching framework Data Caching Application Performance Performance Improvements