Ignore:
Timestamp:
08/25/11 20:21:23 (13 years ago)
Author:
vronk
Message:

started cleaning up code, adding inline-documentation;
also changes to output method in xsl (xhtml)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/trunk/MDService2/src/eu/clarin/cmdi/mdservice/action/Cache.java

    r1234 r1495  
    3838/**
    3939 * This is a rudimentary caching mechanism.
    40  * serializes the inputstream to a file (identifier => filename)
    41  * and returns the inpustream based on the identifier.
     40 * It serializes the inputstream to a file (identifier => filename) (putInCache())
     41 * or returns the inputstream based on the identifier (getFromCache())
    4242 *
    43  * It maintains the cache_index (persisted as xml-file in the cache-folder)
    44  * mapping the request parameters to the indexed files.
     43 * <p>It maintains the cache_index (persisted as xml-file in the cache-folder)
     44 * mapping the request parameters to the indexed files.</p>
    4545 *
    4646 * This is an internal object, direct user access to cache-data via interface is only possible via <code>AdminAction</code>
     
    4848 *
    4949 */
    50 /* TODO: necessary to maintain own index
    51  * for resolution of IDs to filenames
    52  */
    53 
    5450
    5551public class Cache {
     
    353349         * read counter-integer from file in cache
    354350         * or start that file
    355          * @return
     351         * @return The current maximum cache counter
    356352         */
    357353        public Integer initCachecounter() {
Note: See TracChangeset for help on using the changeset viewer.