Show
Ignore:
Timestamp:
12/04/07 13:38:45 (1 year ago)
Author:
mikey
Message:

added net::stubbles::util::cache::stubCacheContainer::getStoreTime()
BC-Break: renamed net::stubbles::util::cache::stubCacheContainer::getCacheTime() to net::stubbles::util::cache::stubCacheContainer::getLifeTime()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/util/cache/stubCacheContainer.php

    r742 r1107  
    8080     * @return  int 
    8181     */ 
    82     public function getCacheTime($key); 
     82    public function getLifeTime($key); 
     83 
     84    /** 
     85     * returns the timestamp when data associated with $key is cached 
     86     * 
     87     * @param   string  $key 
     88     * @return  int 
     89     */ 
     90    public function getStoreTime($key); 
    8391 
    8492    /**