LdapTools\Cache\StashCache::getCacheCreationTime PHP 메소드

getCacheCreationTime() 공개 메소드

public getCacheCreationTime ( $itemType, $itemName )
    public function getCacheCreationTime($itemType, $itemName)
    {
        return $this->getCacheItem($itemType, $itemName)->getCreation();
    }