Update of /cvsroot/modus/org/bacfug/modus/caching
In directory usw-pr-cvs1:/tmp/cvs-serv19867/bacfug/modus/caching
Modified Files:
basecache.cfc
Log Message:
formatting only
Index: basecache.cfc
===================================================================
RCS file: /cvsroot/modus/org/bacfug/modus/caching/basecache.cfc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** basecache.cfc 5 Oct 2002 00:51:20 -0000 1.1
--- basecache.cfc 29 Oct 2002 00:04:58 -0000 1.2
***************
*** 16,20 ****
<cfthrow message="cacheInit() not implemented in #getMetaData(this).name#">
</cffunction>
-
<!--- is a particular object instance in the cache? --->
<cffunction name="isObjectCached" access="package" output="no" returnType="boolean" hint="Returns a boolean for whether a particular object (Based on ID) is cached">
--- 16,19 ----
|