Paper Title
Effective Caching Techniques For Caching Object Queries Into Collection In Programming Codes

Abstract
Object oriented programming language integrated with first class query constructs has rise level of abstraction allowing the programmer to efficiently operate on different data source .These operations provide optimal query execution over the data stored in different data sources like collections, database, and primitive and non primitive data structures. However, when some program code is re-executed query within the code is re-executed as a new query increasing the potential time of execution. The system propose in this paper cache’s this data onto a collection on local system decreasing the time required for requesting, processing and fetching of data from server. Pattern matching of existing and the reevaluated query is performed at complete time. System has incorporated different cache replacement algorithms which replaces the query within the local cache memory whenever the cache memory is full. Experimental evaluation shows the changes in the performance of execution drastically Keywords— Object Oriented Programming Language; Caching.